ReC98/th02/main/player/bomb.hpp

7 lines
141 B
C++
Raw Normal View History

static const unsigned char BOMB_CIRCLE_FRAMES = 32;
extern bool bombing;
// Drops a bomb, if possible.
void pascal near player_bomb(void);