added optcfg and fixed camera xform
[cyberay] / src / game.h
index 0e263bf..c61ccb0 100644 (file)
@@ -3,6 +3,13 @@
 
 #include "level.h"
 
+struct options {
+       int width, height;
+};
+
 extern struct level lvl;
+extern struct options opt;
+
+int init_options(int argc, char **argv);
 
 #endif /* GAME_H_ */