mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
12 lines
185 B
C++
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
|