mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 06:53:27 -04:00
include guard for createEnemy
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#ifndef GUARD_CREATEENEMY_H
|
||||
#define GUARD_CREATEENEMY_H
|
||||
|
||||
#include "entity.h"
|
||||
|
||||
Entity* CreateEnemy(u8, u8);
|
||||
|
||||
#endif // GUARD_CREATEENEMY_H
|
||||
|
||||
Reference in New Issue
Block a user