diff options
Diffstat (limited to 'src/handle.cpp')
-rw-r--r-- | src/handle.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/handle.cpp b/src/handle.cpp new file mode 100644 index 00000000..af0220f6 --- /dev/null +++ b/src/handle.cpp @@ -0,0 +1,14 @@ +#include "handle.inl" + +namespace floormat::Handle { + +static_assert(sizeof(Handle) == sizeof(HandleType)); + +} // namespace floormat::Handle + + +namespace floormat { + + + +} // namespace floormat |