naval_swarm/src/init.hpp
2025-02-18 15:23:34 +01:00

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