mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 13:45:00 -04:00
--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:
@ -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"
|
||||
|
Reference in New Issue
Block a user