aboutsummaryrefslogtreecommitdiff
path: root/include/DataView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/DataView.hpp')
-rw-r--r--include/DataView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/DataView.hpp b/include/DataView.hpp
index c9e25e7..d4200c5 100644
--- a/include/DataView.hpp
+++ b/include/DataView.hpp
@@ -23,4 +23,6 @@ namespace amalgine
T *data;
usize size;
};
+
+ using StringView = DataView<char>;
}