aboutsummaryrefslogtreecommitdiff
path: root/include/DataView.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-11-30 20:23:07 +0100
committerdec05eba <dec05eba@protonmail.com>2019-11-30 20:23:07 +0100
commite67b9899feb72027b246e3b63ce5aa0ccae2dd16 (patch)
treef13feac1d176fe12a68d685ab2894da72abe905b /include/DataView.hpp
parente2ef465bb606a18e097fd143953e24b4f927241d (diff)
Add image board (4chan) comment navigation
Diffstat (limited to 'include/DataView.hpp')
-rw-r--r--include/DataView.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/DataView.hpp b/include/DataView.hpp
new file mode 100644
index 0000000..baf64dc
--- /dev/null
+++ b/include/DataView.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <stddef.h>
+
+namespace QuickMedia {
+ struct DataView {
+ char *data;
+ size_t size;
+ };
+} \ No newline at end of file