]> git.sur5r.net Git - cc65/blobdiff - include/geos/ggraph.h
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
[cc65] / include / geos / ggraph.h
index 35e02c1983968f3cce055c518bb6ee31097ad059..ec9fb0fa170ddd5f4690cf99f9d2e66c362fae88 100644 (file)
@@ -45,6 +45,10 @@ void __fastcall__ BitOtherClip(void *proc1, void *proc2, char skipl,
 
 void __fastcall__ GraphicsString(char *myGfxString);
 
+#ifdef __GEOS_CBM__
+void SetNewMode(void);
+#endif
+
 /* VIC colour constants */
 #define BLACK           0
 #define WHITE           1