mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 11:16:42 -04:00
game folder "just" compiles (not link)
This commit is contained in:
parent
13d3908273
commit
1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions
20
libs/bmouse.h
Normal file
20
libs/bmouse.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef __BMOUSE_H
|
||||
#define __BMOUSE_H
|
||||
|
||||
#include "event.h"
|
||||
#include "devices.h"
|
||||
|
||||
|
||||
#define get_mouse(info) ((MS_EVENT *)(*(long *) info->data))
|
||||
|
||||
extern MS_EVENT ms_last_event;
|
||||
|
||||
short init_mysky();
|
||||
short done_mysky();
|
||||
void ukaz_mysku();
|
||||
void schovej_mysku();
|
||||
void zobraz_mysku();
|
||||
void set_ms_finger(int x,int y);
|
||||
void update_mysky(void);
|
||||
char je_myska_zobrazena();
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue