summaryrefslogtreecommitdiff
path: root/include/flag_set.h
blob: df9262ac7ff047cfe526ecd3112010af5ce94aea (plain)
1
2
3
4
5
6
7
8
#ifndef FLAG_SET_H
#define FLAG_SET_H

struct PlayState;

void FlagSet_Update(struct PlayState* play);

#endif