summary refs log tree commit diff
path: root/src/main.h
diff options
context:
space:
mode:
authorzlago2024-09-24 20:54:48 +0200
committerzlago2024-09-24 20:54:48 +0200
commitb23a3ab831f91553d34a48f51370ed9525de07ac (patch)
treebd4adf20ba92d17433f386c0b5347a8d8cc9045f /src/main.h
initial commit
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..0595b37
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,3 @@
+//#include <SDL2/SDL.h>
+extern void /*SDL_Window*/ *window;
+extern void /*SDL_Renderer*/ *renderer;