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.hpp | |
parent | 679224153849deb04f294f00f19b79102ef1a2d3 (diff) |
w
Diffstat (limited to 'src/handle.hpp')
-rw-r--r-- | src/handle.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/handle.hpp b/src/handle.hpp new file mode 100644 index 00000000..7620e69b --- /dev/null +++ b/src/handle.hpp @@ -0,0 +1,13 @@ +#pragma once +#include "handle-fwd.hpp" +#include "compat/assert.hpp" + +namespace floormat::Handle { + + + +} // namespace floormat::Handle + +namespace floormat { + +} // namespace floormat |