diff options
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 |