summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/RectList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/mupdf_cpp/RectList.cpp')
-rw-r--r--winrt/mupdf_cpp/RectList.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/winrt/mupdf_cpp/RectList.cpp b/winrt/mupdf_cpp/RectList.cpp
new file mode 100644
index 00000000..0095af3b
--- /dev/null
+++ b/winrt/mupdf_cpp/RectList.cpp
@@ -0,0 +1,16 @@
+#include "pch.h"
+#include "RectList.h"
+
+namespace mupdf_cpp
+{
+ RectList::RectList(void)
+ {
+
+
+
+
+ }
+
+}
+
+