diff options
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 |
