diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-12 20:19:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-14 13:04:41 +0200 |
commit | eb469ff58365517515d73827e70a9519436b5858 (patch) | |
tree | 671a6af202011460ece04359e62ce6b2f87be61f /src/handle.cpp | |
parent | 679224153849deb04f294f00f19b79102ef1a2d3 (diff) |
w
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 |