mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef GUARD_CREATEENEMY_H
|
|
#define GUARD_CREATEENEMY_H
|
|
|
|
#include "entity.h"
|
|
|
|
Entity* CreateEnemy(u8, u8);
|
|
|
|
#endif // GUARD_CREATEENEMY_H
|