From 53664714b9a693391054d1c0c601b285f2b1a577 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 28 May 2026 18:49:05 -0500 Subject: init --- lib/init.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/init.h (limited to 'lib/init.h') diff --git a/lib/init.h b/lib/init.h new file mode 100644 index 0000000..5337013 --- /dev/null +++ b/lib/init.h @@ -0,0 +1,19 @@ +#ifndef inithell +#define inithell + +#include +#include +#include +#include + +typedef struct{ + int width; + int height; + bool mousedown; + int mx; + int my; + TTF_Font *font; + SDL_Renderer *renderer; + OBJECT obj; +} STUFFS; +#endif -- cgit v1.3