mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
9 lines
82 B
C
9 lines
82 B
C
|
#ifndef MOUSE_H
|
||
|
#define MOUSE_H
|
||
|
|
||
|
void mouse_lock();
|
||
|
void mouse_unlock();
|
||
|
|
||
|
|
||
|
#endif
|