blob: 70d4d0c9254a1aafe52eba8a070ec3c2c481a985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define FM_SERIALIZE_WORLD_IMPL
#include "world-impl.hpp"
#include "binary-reader.inl"
#include <Corrade/Utility/Path.h>
namespace floormat {
namespace Path = Corrade::Utility::Path;
} // namespace floormat
|