This commit is contained in:
jl777
2019-03-25 09:52:12 -11:00
parent 37593daf3d
commit 43b96f15b9
2 changed files with 5 additions and 1 deletions

View File

@@ -13,10 +13,11 @@
* * * *
******************************************************************************/ ******************************************************************************/
#include "gamescc.h"
#ifndef STANDALONE #ifndef STANDALONE
#include "gamescc.h"
/* /*
./c cclib rng 17 \"[%229433dc3749aece1bd568f374a45da3b0bc6856990d7da3cd175399577940a775%22,250]\" ./c cclib rng 17 \"[%229433dc3749aece1bd568f374a45da3b0bc6856990d7da3cd175399577940a775%22,250]\"

View File

@@ -1,6 +1,8 @@
#ifndef H_GAMESCC_H #ifndef H_GAMESCC_H
#define H_GAMESCC_H #define H_GAMESCC_H
#ifndef STANDALONE
#define ENABLE_WALLET #define ENABLE_WALLET
extern CWallet* pwalletMain; extern CWallet* pwalletMain;
@@ -82,6 +84,7 @@ if ( cp->evalcode == EVAL_GAMES ) \
return(result); \ return(result); \
} \ } \
} }
#endif
#define MAXPACK 23 #define MAXPACK 23
struct games_packitem struct games_packitem