mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-22 00:32:10 +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
|