]> git.sur5r.net Git - cc65/blobdiff - include/geos.h
Missing declaration
[cc65] / include / geos.h
index 65b85cd595631199136b967ae8913f6f0c8fc8eb..ae356d679923655ca823cf7501816d47eb44b5a1 100644 (file)
 #define TGI_COLOR_LIGHTBLUE     COLOR_LIGHTBLUE
 #define TGI_COLOR_GRAY3         COLOR_GRAY3
 
+#define JOY_UP_MASK             0x01
+#define JOY_DOWN_MASK           0x02
+#define JOY_LEFT_MASK           0x04
+#define JOY_RIGHT_MASK          0x08
+#define JOY_BTN_1_MASK          0x10
+
 
 /* End of geos.h */
 #endif