mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
12 lines
190 B
C++
12 lines
190 B
C++
#ifndef WORLD_MAP_C_MAP_OBJ_DEF_HPP
|
|
#define WORLD_MAP_C_MAP_OBJ_DEF_HPP
|
|
|
|
#include "world/map/CMapBaseObj.hpp"
|
|
|
|
class CMapObjDef : public CMapBaseObj {
|
|
public:
|
|
// TODO
|
|
};
|
|
|
|
#endif
|