whoa/src/world/map/CMapLight.hpp
2026-01-22 15:46:17 -06:00

12 lines
185 B
C++

#ifndef WORLD_MAP_C_MAP_LIGHT_HPP
#define WORLD_MAP_C_MAP_LIGHT_HPP
#include "world/map/CMapBaseObj.hpp"
class CMapLight : public CMapBaseObj {
public:
// TODO
};
#endif