diff options
Diffstat (limited to 'asl/status.hpp')
-rw-r--r-- | asl/status.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/asl/status.hpp b/asl/status.hpp new file mode 100644 index 0000000..2e4bae5 --- /dev/null +++ b/asl/status.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include "asl/integers.hpp" +#include "asl/string_view.hpp" + +namespace asl +{ + +class status +{ +}; + +} // namespace asl |