intravenous

view src/sys.h @ 7:3fae5eb6a411

wouldn't compile with {} constructor when vmath is compiled in single precision mode
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 06:39:23 +0300
parents
children
line source
1 #ifndef SYS_H_
2 #define SYS_H_
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 int sys_lock_mouse(void);
9 void sys_unlock_mouse(void);
11 #ifdef __cplusplus
12 }
13 #endif
15 #endif /* SYS_H_ */