This commit is contained in:
jl777
2019-02-20 22:28:44 -11:00
parent 513a9cc3fc
commit b60b2118c5
3 changed files with 14 additions and 2 deletions

View File

@@ -370,7 +370,6 @@ struct rogue_state
uint8_t playerdata[10000];
};
extern struct rogue_state globalR;
extern char Gametxidstr[67];
int rogue(int argc, char **argv, char **envp);
void rogueiterate(struct rogue_state *rs);