Make _mouse_geterrormsg public
git-svn-id: svn://svn.cc65.org/cc65/trunk@3293 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4e81c529d9
commit
71669b5ae3
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
;/* */
|
||||
;/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
|
@ -129,6 +129,7 @@ MOUSE_BTN_RIGHT = $01
|
|||
.global _mouse_unload
|
||||
.global _mouse_install
|
||||
.global _mouse_uninstall
|
||||
.global _mouse_geterrormsg
|
||||
.global _mouse_hide
|
||||
.global _mouse_show
|
||||
.global _mouse_box
|
||||
|
|
Loading…
Add table
Reference in a new issue