--Code changes

-Add an include for Variations01.h which will allow a developer to make a build which is fully compatible with flam3.
This commit is contained in:
Person
2019-10-02 20:24:55 -07:00
parent 4a150132e1
commit 5a26ed5044
4 changed files with 7105 additions and 2 deletions

View File

@ -1,6 +1,10 @@
#include "EmberPch.h"
#include "VariationList.h"
#include "Variations01.h"
#ifdef FLAM3_COMPAT
#include "Variations01_flam3_compat.h"//Do this instead if you want full compatibility with flam3.
#else
#include "Variations01.h"
#endif
#include "Variations02.h"
#include "Variations03.h"
#include "Variations04.h"