mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
10 lines
120 B
C++
10 lines
120 B
C++
#ifndef WORLD_MAP_C_MAP_OBJ_HPP
|
|
#define WORLD_MAP_C_MAP_OBJ_HPP
|
|
|
|
class CMapObj {
|
|
public:
|
|
// TODO
|
|
};
|
|
|
|
#endif
|