Games/
This commit is contained in:
@@ -15,9 +15,9 @@
|
|||||||
|
|
||||||
#include "gamescc.h"
|
#include "gamescc.h"
|
||||||
#ifdef BUILD_PRICES
|
#ifdef BUILD_PRICES
|
||||||
#include "prices.c"
|
#include "games/prices.c"
|
||||||
#else
|
#else
|
||||||
#include "tetris.c"
|
#include "games/tetris.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int32_t GAMEDATA(struct games_player *P,void *ptr);
|
int32_t GAMEDATA(struct games_player *P,void *ptr);
|
||||||
@@ -166,9 +166,9 @@ int32_t games_replay2(uint8_t *newdata,uint64_t seed,gamesevent *keystrokes,int3
|
|||||||
|
|
||||||
#ifndef STANDALONE
|
#ifndef STANDALONE
|
||||||
#ifdef BUILD_PRICES
|
#ifdef BUILD_PRICES
|
||||||
#include "prices.cpp"
|
#include "games/prices.cpp"
|
||||||
#else
|
#else
|
||||||
#include "tetris.cpp"
|
#include "games/tetris.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void GAMEJSON(UniValue &obj,struct games_player *P);
|
void GAMEJSON(UniValue &obj,struct games_player *P);
|
||||||
|
|||||||
Reference in New Issue
Block a user