8 lines
151 B
C++
8 lines
151 B
C++
#include "types.hpp"
|
|
|
|
#ifndef IN_NS
|
|
#define IN_NS
|
|
|
|
void init_entity(Entity &entity, SDL_Renderer *renderer,std::string type, std::string name);
|
|
|
|
#endif |