mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-18 14:14:53 -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:
@ -18,7 +18,11 @@ template EMBER_API class QTIsaac<ISAAC_SIZE, ISAAC_INT>;
|
||||
#include "Point.h"
|
||||
#include "VarFuncs.h"
|
||||
#include "Variation.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