gfx and 2-2 and multi objects
This commit is contained in:
15
lib/init-multi.h
Executable file
15
lib/init-multi.h
Executable file
@@ -0,0 +1,15 @@
|
||||
#ifndef inithell
|
||||
#define inithell
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct{
|
||||
int width;
|
||||
int height;
|
||||
bool mousedown;
|
||||
int mx;
|
||||
int my;
|
||||
OBJECT *obj[obj_n];
|
||||
} STUFFS;
|
||||
#endif
|
||||
Reference in New Issue
Block a user