mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 22:54:53 -04:00
10 lines
265 B
C
10 lines
265 B
C
void create_cos_tab();
|
|
int transformace(void *screen_data,char *trans_data,int nextline,int box_place0);
|
|
void zpetna_transformace(char **data,void *screen,int box_place);
|
|
|
|
typedef signed char TBOX[4][4];
|
|
|
|
extern TBOX *rbbox;
|
|
extern TBOX *gbbox;
|
|
extern TBOX *ibox;
|
|
|