11 lines
126 B
C
11 lines
126 B
C
|
#ifndef WORLDMAP_H
|
||
|
#define WORLDMAP_H
|
||
|
|
||
|
namespace cube {
|
||
|
class WorldMap {
|
||
|
public:
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif // WORLDMAP_H
|