#include "rogue/cursesd.c"

This commit is contained in:
jl777
2019-03-25 07:39:13 -11:00
parent a266b5e613
commit 59b34d0a1c
2 changed files with 2 additions and 2 deletions

View File

@@ -692,6 +692,7 @@ int32_t cclib_parsehash(uint8_t *hash32,cJSON *item,int32_t len)
#elif BUILD_GAMESCC #elif BUILD_GAMESCC
#include "gamescc.cpp" #include "gamescc.cpp"
#include "rogue/cursesd.c"
#else #else
#include "sudoku.cpp" #include "sudoku.cpp"

View File

@@ -1685,7 +1685,6 @@ void games_packitemstr(char *packitemstr,struct games_packitem *item)
#ifdef BUILD_GAMES #ifdef BUILD_GAMES
#include "cursesd.h" #include "cursesd.h"
#include "rogue/cursesd.c"
#else #else
#include <curses.h> #include <curses.h>
#endif #endif
@@ -2433,7 +2432,7 @@ void init_colors(void)
/* /*
Main tetris game! Main tetris game!
*/ */
#ifndef STANDALONE #ifdef STANDALONE
int main(int argc, char **argv) int main(int argc, char **argv)
{ {