summaryrefslogtreecommitdiff
path: root/src/graphics_c3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_c3.h')
-rw-r--r--src/graphics_c3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics_c3.h b/src/graphics_c3.h
index 691b650..b609721 100644
--- a/src/graphics_c3.h
+++ b/src/graphics_c3.h
@@ -23,6 +23,8 @@ struct gra_global {
int mapxoff;
int mapyoff;
int mousemap[10];//you're only going to have 10 buttons on your mouse... right?
+ c2_t dragstart[10];//mouse coordinates where a drag was started
+ c3_rot_t oldcamera;
int maxshapes;
};