From 6f6f58c437660ac27e11387833b0037b465f7ea9 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 21 Nov 2024 20:42:35 +0100 Subject: working on new machine --- include/fog_of_war.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/fog_of_war.h (limited to 'include/fog_of_war.h') 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 -- cgit v1.2.3-70-g09d2