include guard for createEnemy

This commit is contained in:
Luis Scheurenbrand 2020-12-26 02:27:11 +01:00
parent 8b7d88cac2
commit 1fedd92141
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
#ifndef GUARD_CREATEENEMY_H
#define GUARD_CREATEENEMY_H
#include "entity.h" #include "entity.h"
Entity* CreateEnemy(u8, u8); Entity* CreateEnemy(u8, u8);
#endif // GUARD_CREATEENEMY_H