Changes, updates and fixes to fixes. Check the new warnings re timer_add(). Using stricter prototypes receiled more stuff..

This commit is contained in:
waltje
2017-06-04 02:11:19 -04:00
parent 8a57bd4bc0
commit cbfa682cb7
42 changed files with 1139 additions and 1094 deletions

View File

@@ -1,5 +1,5 @@
#ifndef MOUSE_H
# define MOUSE_H
#ifndef EMU_MOUSE_H
# define EMU_MOUSE_H
#define MOUSE_TYPE_SERIAL 0 /* Serial Mouse */
@@ -38,4 +38,4 @@ extern int mouse_get_type(int mouse);
extern int mouse_get_ndev(void);
#endif /*MOUSE_H*/
#endif /*EMU_MOUSE_H*/