mirror of https://github.com/nmlgc/ReC98.git
11 lines
267 B
C++
11 lines
267 B
C++
|
#include "th04/main/boss/boss.hpp"
|
||
|
|
||
|
/// Explosions
|
||
|
/// ----------
|
||
|
// No longer using a type parameter in TH05.
|
||
|
void pascal near boss_explode_big(void);
|
||
|
|
||
|
void pascal near boss2_explode_small(unsigned int type);
|
||
|
void pascal near boss2_explode_big(void);
|
||
|
/// ----------
|