HATPC/scenes/ent_impl.h

9 lines
184 B
C

#ifndef __ENT_IMPL_H
#define __ENT_IMPL_H
#include "entManager.h"
#include "assets.h"
Entity_t* create_player(EntityManager_t* ent_manager, Assets_t* assets);
#endif // __ENT_IMPL_H