]> git.sur5r.net Git - cc65/blobdiff - include/mouse.h
Introduced static standard drivers.
[cc65] / include / mouse.h
index 27577d193542c8e72a5dfb9333515721b2e76f24..a085baf92053c9f0f04361fa4ea553542b290e9c 100644 (file)
@@ -107,6 +107,9 @@ extern const struct mouse_callbacks mouse_def_callbacks;
 /* The name of the standard mouse driver for a platform */
 extern const char mouse_stddrv[];
 
+/* The address of the static standard mouse driver for a platform */
+extern const char mouse_static_stddrv[];
+
 
 
 /*****************************************************************************/