Search
lxdream.org :: lxdream/src/drivers/joy_linux.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/joy_linux.h
changeset 736:a02d1475ccfd
prev637:6a284eff5311
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/drivers/joy_linux.h Thu Feb 14 14:08:32 2008 +0000
1.2 +++ b/src/drivers/joy_linux.h Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -19,6 +19,10 @@
1.4 #ifndef lxdream_joy_linux_H
1.5 #define lxdream_joy_linux_H
1.6
1.7 +#ifdef __cplusplus
1.8 +extern "C" {
1.9 +#endif
1.10 +
1.11 /**
1.12 * Initialize the linux joystick code, and scan for devices
1.13 */
1.14 @@ -29,6 +33,8 @@
1.15 */
1.16 void linux_joystick_shutdown();
1.17
1.18 -
1.19 +#ifdef __cplusplus
1.20 +}
1.21 +#endif
1.22
1.23 #endif /* !lxdream_joy_linux_H */
.