tlang-c/libtlang/include/myfeatures.h

13 lines
249 B
C
Raw Normal View History

2023-05-10 12:55:01 +00:00
#if defined(GEKKO)
#define USE_GRRLIB
#else
2023-05-10 12:50:41 +00:00
#define USE_SDL2
2023-05-10 12:55:01 +00:00
#endif
2023-05-10 12:50:41 +00:00
#define USE_NETWORK
#define USE_WIISOCKETS_ON_WII //comment out for #include <network.h>
#define USE_THREADS
#define USE_MBED
#define USE_CURL
#define USE_JANSSON
2023-05-10 12:55:01 +00:00
//#define USE_GTK