blob: 1841e50b4e4dd7dac84c1c2f44e8d27692f665e0 (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#if !(defined __cpp_size_t_suffix && __cpp_size_t_suffix >= 202006L)
#include "literal-size-type.hpp"
#endif
namespace Magnum {}
namespace floormat {
using namespace ::Magnum;
} // namespace floormat
|