whoa/src/world/Map.hpp
2025-10-08 16:49:49 -05:00

7 lines
83 B
C++

#ifndef WORLD_MAP_HPP
#define WORLD_MAP_HPP
#include "world/map/CMap.hpp"
#endif