1
0
Fork 0
devilution/Source/world.h

25 lines
741 B
C
Raw Normal View History

//HEADER_GOES_HERE
2018-06-20 10:11:08 +00:00
#ifndef __WORLD_H__
#define __WORLD_H__
2018-06-07 02:27:39 +00:00
void __fastcall drawTopArchesUpperScreen(void *a1);
void __fastcall drawBottomArchesUpperScreen(void *a1, int a2);
void __fastcall drawUpperScreen(void *a1);
void __fastcall drawTopArchesLowerScreen(void *a1);
void __fastcall drawBottomArchesLowerScreen(void *a1, int a2);
void __fastcall drawLowerScreen(void *a1);
void __fastcall world_draw_black_tile(char *dst_buf);
/* rdata */
extern int world_4B325C;
extern unsigned char world_4B3260[5];
extern int world_4B3265;
extern int world_4B3269[5];
2018-06-08 09:23:30 +00:00
extern unsigned int tile_draw_masks[3][32];
2018-06-07 02:27:39 +00:00
extern int world_4B33FD[48];
extern int world_4B34BD[17];
extern int world_4B3501[17];
2018-06-20 10:11:08 +00:00
#endif /* __WORLD_H__ */