7 lines
133 B
C++
7 lines
133 B
C++
#include "fl/sketch_macros.h"
|
|
#if SKETCH_HAS_LOTS_OF_MEMORY
|
|
#include "./FxWater.h"
|
|
#else
|
|
#include "platforms/sketch_fake.hpp"
|
|
#endif
|