intravenous

view src/sys.h @ 10:8fbdc6f84f64

fixed after the change in vmath
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 31 May 2013 01:30:14 +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_ */