From 7a1a5f15299816629b7c22124e68b56e2c14f29f Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Mar 2019 07:51:45 -1100 Subject: [PATCH] Endif --- src/cc/gamescc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cc/gamescc.cpp b/src/cc/gamescc.cpp index 81942ebe4..c6206b2ee 100644 --- a/src/cc/gamescc.cpp +++ b/src/cc/gamescc.cpp @@ -1659,6 +1659,7 @@ void games_packitemstr(char *packitemstr,struct games_packitem *item) sprintf(packitemstr,"not yet"); } +#ifdef includgame /***************************************************************************/ /** https://github.com/brenns10/tetris @@ -2533,4 +2534,5 @@ int main(int argc, char **argv) return 0; } #endif +#endif