mirror of https://github.com/zeldaret/tmc.git
include guard for createEnemy
This commit is contained in:
parent
8b7d88cac2
commit
1fedd92141
|
@ -1,3 +1,8 @@
|
|||
#ifndef GUARD_CREATEENEMY_H
|
||||
#define GUARD_CREATEENEMY_H
|
||||
|
||||
#include "entity.h"
|
||||
|
||||
Entity* CreateEnemy(u8, u8);
|
||||
|
||||
#endif // GUARD_CREATEENEMY_H
|
||||
|
|
Loading…
Reference in New Issue