This commit is contained in:
jl777
2019-03-25 07:59:17 -11:00
parent 347ba53d84
commit 9c555e6168
2 changed files with 18 additions and 3 deletions

View File

@@ -1659,8 +1659,6 @@ void games_packitemstr(char *packitemstr,struct games_packitem *item)
sprintf(packitemstr,"not yet");
}
#ifdef includgame
/***************************************************************************/
/** https://github.com/brenns10/tetris
@file main.c
@@ -2534,5 +2532,4 @@ int main(int argc, char **argv)
return 0;
}
#endif
#endif