mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-29 02:24:53 -04:00
rewrite gpathtable and path resolution
This commit is contained in:
parent
ccebc91f0d
commit
4a0c7d4fd0
125 changed files with 889 additions and 901 deletions
|
@ -97,7 +97,7 @@ void redrawbox16(word xs,word ys,void *screen,void *lbuffer,byte *xlat);
|
|||
void showview32(word x,word y,word xs,word ys);
|
||||
void showview256(word x,word y,word xs,word ys);
|
||||
void showview_lo(word x,word y,word xs,word ys);
|
||||
void outtext(char *text);
|
||||
void outtext(const char *text);
|
||||
int initmode_dx(char inwindow, char zoom, char monitor, int refresh);
|
||||
int initmode32(void);
|
||||
int initmode32b(void);
|
||||
|
@ -111,7 +111,6 @@ void *create_hixlat(void);
|
|||
void closemode(void);
|
||||
void line32(word x1,word y1, word x2, word y2);
|
||||
void position(word x,word y);
|
||||
void outtext(char *text);
|
||||
void show_ms_cursor(integer x,integer y);
|
||||
void *register_ms_cursor(void *cursor);
|
||||
void move_ms_cursor(integer newx,integer newy,char nodraw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue