This commit is contained in:
jl777
2019-03-25 00:52:36 -11:00
parent aa1c34fbf4
commit 2f26df4923
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#ifndef H_GAMESCC_H
#define H_GAMESCC_H
#define ENABLE_WALLET
#include "CCinclude.h"
@@ -51,3 +54,5 @@ if ( cp->evalcode == EVAL_GAMES ) \
return(result); \
} \
}
#endif