a janky init
This commit is contained in:
13
lib/init.h
Executable file
13
lib/init.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#ifndef inithell
|
||||
#define inithell
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct{
|
||||
int width;
|
||||
int height;
|
||||
bool mousedown;
|
||||
OBJECT *obj;
|
||||
} STUFFS;
|
||||
#endif
|
||||
Reference in New Issue
Block a user