diff options
Diffstat (limited to 'asl/memory/layout.hpp')
-rw-r--r-- | asl/memory/layout.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asl/memory/layout.hpp b/asl/memory/layout.hpp new file mode 100644 index 0000000..02ab518 --- /dev/null +++ b/asl/memory/layout.hpp @@ -0,0 +1,6 @@ +#pragma once
+
+namespace asl {
+
+} // namespace asl
+
|