mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
9 lines
150 B
C
9 lines
150 B
C
|
|
/* platform */
|
|
#define TARGET_API_MAC_OS8 0
|
|
#define TARGET_API_MAC_CARBON 1
|
|
|
|
#define MSL_USE_PRECOMPILED_HEADERS 0
|
|
|
|
#include "cwmikmodheaders.h"
|