[ADD] simple and complex enemies

This commit is contained in:
SemvdH
2021-08-24 23:26:30 +02:00
parent 616e1db466
commit 1f4265875c
4 changed files with 92 additions and 27 deletions

View File

@@ -43,4 +43,5 @@ void timing_update_timer(timing_timer* timer, SceUInt64 dt);
* @return uint8_t 0 if false, nonzero if true
*/
uint8_t timing_check_timer_elapsed(timing_timer* timer);
#endif