int32_t flushkeystrokes(struct games_state *rs,int32_t waitflag)

This commit is contained in:
jl777
2019-03-26 09:52:15 -11:00
parent 8660a2eedc
commit 8a7a1da70f

View File

@@ -196,6 +196,7 @@ struct games_state
};
extern struct games_state globalR;
void *gamesiterate(struct games_state *rs);
int32_t flushkeystrokes(struct games_state *rs,int32_t waitflag);
void games_packitemstr(char *packitemstr,struct games_packitem *item);
uint64_t _games_rngnext(uint64_t initseed);