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