You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
741 B
24 lines
741 B
//HEADER_GOES_HERE |
|
#ifndef __WORLD_H__ |
|
#define __WORLD_H__ |
|
|
|
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]; |
|
extern unsigned int tile_draw_masks[3][32]; |
|
extern int world_4B33FD[48]; |
|
extern int world_4B34BD[17]; |
|
extern int world_4B3501[17]; |
|
|
|
#endif /* __WORLD_H__ */
|
|
|