everything
[carveJwlIkooP6JGAAIwe30JlM.git] / common.h
index cc272027b2ce284739915aa51720ebe0ec283bee..51eb1fa1df00dcc1931a6e2fcebd27aec2089af9 100644 (file)
--- a/common.h
+++ b/common.h
@@ -7,4 +7,10 @@
 
 static float ktimestep = 1.0f/60.0f;
 
+enum classtype
+{
+   k_classtype_none = 0,
+   k_classtype_gate = 1
+};
+
 #endif /* COMMON_H */