|
|
|
@ -3,16 +3,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "system.h"
|
|
|
|
#include "system.h"
|
|
|
|
|
|
|
|
|
|
|
|
void things_create (void);
|
|
|
|
bool things_killed_p (void);
|
|
|
|
|
|
|
|
|
|
|
|
void things_twinkle (void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void things_display (uint8_t tick);
|
|
|
|
void things_create (void);
|
|
|
|
|
|
|
|
|
|
|
|
bool things_killed_p (void);
|
|
|
|
void things_move (void);
|
|
|
|
|
|
|
|
|
|
|
|
void monster_move (int8_t dx, int8_t dy);
|
|
|
|
void monster_move (int8_t dx, int8_t dy);
|
|
|
|
|
|
|
|
|
|
|
|
void things_move (void);
|
|
|
|
void monster_toggle (void);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|