From f479b438e6119e83c95b19aaeccd61a8e5eded27 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 16 Dec 2018 19:28:39 -0600 Subject: fuck if I know. lots of shit. moved files. --- src/graphics_c3.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/graphics_c3.h') diff --git a/src/graphics_c3.h b/src/graphics_c3.h index 1406dca..2490e07 100644 --- a/src/graphics_c3.h +++ b/src/graphics_c3.h @@ -4,8 +4,7 @@ struct gra_global { unsigned int width; unsigned int height; - int mousex; - int mousey; + c2_t mouse; int greyscale; int xoff; int split_screen; @@ -15,9 +14,6 @@ struct gra_global { char red_and_blue; unsigned int depth;//??? unsigned int border_width; - int oldtime; - int fps; - int oldfps; char zsort; char drawminimap; char input_mode; @@ -25,9 +21,7 @@ struct gra_global { char draw3d; int mapxoff; int mapyoff; - int rmousex; - int rmousey; - int buttonpressed; + int mousemap[10];//you're only going to have 10 buttons on your mouse... right? int maxshapes; }; -- cgit v1.2.3