diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-21 20:42:35 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-21 20:42:35 +0100 |
| commit | 6f6f58c437660ac27e11387833b0037b465f7ea9 (patch) | |
| tree | 582c5b3a7e58d01226bcfd68a92d7e15609d3b30 /include/fog_of_war.h | |
| parent | efaadfaa9344466fbd752bd91cee54ebc1b69846 (diff) | |
working on new machine
Diffstat (limited to 'include/fog_of_war.h')
| -rw-r--r-- | include/fog_of_war.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fog_of_war.h b/include/fog_of_war.h new file mode 100644 index 0000000..2e0efd2 --- /dev/null +++ b/include/fog_of_war.h @@ -0,0 +1,8 @@ +#ifndef INCLUDE_FOG_OF_WAR +#define INCLUDE_FOG_OF_WAR + +#include "../project-base/src/project_base.h" + +void draw_fog_of_war(platform_window* window); + +#endif |
