summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index b5054a7..a555cb1 100644
--- a/src/common.h
+++ b/src/common.h
@@ -6,6 +6,8 @@
#ifndef _HACKVR_COMMON_H_
#define _HACKVR_COMMON_H_
+#include <hashtable.h>
+
#define TOP 240.0
#define BOTTOM -240.0
#define RIGHT 320.0
@@ -110,6 +112,7 @@ struct hvr_global {
struct c3_shape *shape[SHAPES];
int shapes;
c3_group_rot_t *group_rot[SHAPES];//there can be less of these.
+ struct hashtable ht_group;
c3_group_rot_t camera;
real zoom;
int derp;