diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-05 19:16:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 19:16:52 -0400 |
| commit | 5133db15a3d3f554e7936a600ff358a6aa38540a (patch) | |
| tree | b94d427b1ae5dff84d73812ad02c984b763564d8 /include/flag_set.h | |
| parent | 1beeff96583e30f6a61960446a97b3583ff2ac73 (diff) | |
Remove functions.h (#2501)
* split most of functions.h
* osdriverominit
* forgot include
* fix
* remove functions.h
* temporary fix for fix_bss
* fix bss
* revert fix_bss.py change
Diffstat (limited to 'include/flag_set.h')
| -rw-r--r-- | include/flag_set.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/flag_set.h b/include/flag_set.h new file mode 100644 index 000000000..df9262ac7 --- /dev/null +++ b/include/flag_set.h @@ -0,0 +1,8 @@ +#ifndef FLAG_SET_H +#define FLAG_SET_H + +struct PlayState; + +void FlagSet_Update(struct PlayState* play); + +#endif |
