char *clonestr(char *str)
This commit is contained in:
@@ -1683,7 +1683,7 @@ void games_packitemstr(char *packitemstr,struct games_packitem *item)
|
||||
#include <curl/easy.h>
|
||||
|
||||
char USERPASS[8192]; uint16_t GAMES_PORT;
|
||||
extern char Gametxidstr[67];
|
||||
char Gametxidstr[67];
|
||||
char *clonestr(char *str);
|
||||
|
||||
#define MAXSTR 1024
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -DSTANDALONE gamescc.cpp -lncurses -o tetris
|
||||
gcc -O3 -std=c++11 -I../secp256k1/include -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -DSTANDALONE gamescc.cpp -lncurses -lcurl -o tetris
|
||||
|
||||
|
||||
Reference in New Issue
Block a user