mirror of https://github.com/nmlgc/ReC98.git
12 lines
330 B
C++
12 lines
330 B
C++
// TH04-specific boss declarations.
|
|
|
|
void pascal near mugetsu_gengetsu_bg_render(void);
|
|
void pascal near mugetsu_fg_render(void);
|
|
void pascal far mugetsu_update(void);
|
|
|
|
static const pixel_t GENGETSU_W = 96;
|
|
static const pixel_t GENGETSU_H = 96;
|
|
|
|
void pascal near gengetsu_fg_render(void);
|
|
void pascal far gengetsu_update(void);
|