#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