supercasiobros/include/bonus.h

18 lines
252 B
C

#ifndef BONUS_H
#define BONUS_H
#define BONUS_NONE 0
#define BONUS_CHAMPI 1
#define BONUS_1UP 2
#define BONUS_STAR 3
void bonus_set(int type, int x, int y);
void lance_bullet();
void bullet_display();
void bonus_draw();
void bonus_move();
#endif