From eb469ff58365517515d73827e70a9519436b5858 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 12 Jul 2024 20:19:25 +0200 Subject: w --- src/handle.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/handle.cpp (limited to 'src/handle.cpp') 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 -- cgit v1.2.3