8 lines
137 B
C++
8 lines
137 B
C++
#include "fl/sketch_macros.h"
|
|
|
|
#if !SKETCH_HAS_LOTS_OF_MEMORY
|
|
#include "platforms/sketch_fake.hpp"
|
|
#else
|
|
#include "NetTestReal.h"
|
|
#endif
|