#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
#include "gamescc.cpp"
#include "rogue/cursesd.c"
#else
#include "sudoku.cpp"

View File

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