1 2 3 4 5 6 7 8
#ifndef WALL_H_ #define WALL_H_ #include "entity.h" void add_wall(float xpos, float ypos, int tile); #endif // WALL_H_