8 lines
82 B
C
8 lines
82 B
C
#ifndef MOUSE_H
|
|
#define MOUSE_H
|
|
|
|
void mouse_lock();
|
|
void mouse_unlock();
|
|
|
|
|
|
#endif
|