summaryrefslogtreecommitdiff
path: root/include/flg_set.h
blob: 5d257e108b9773a5e2fdd61ab49545dd6e0ba5c0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef FLG_SET_H
#define FLG_SET_H

struct GameState;

void FlagSet_Update(struct GameState* gameState);
void FlagSet_Draw(struct GameState* gameState);

#endif