From 0a927854a10e1e6b9770a81e2e1d9f3093631757 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 19 Jun 2013 15:29:44 +0200 Subject: Rearrange source files. --- platform/winrt/mupdf_cpp/RectList.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 platform/winrt/mupdf_cpp/RectList.cpp (limited to 'platform/winrt/mupdf_cpp/RectList.cpp') diff --git a/platform/winrt/mupdf_cpp/RectList.cpp b/platform/winrt/mupdf_cpp/RectList.cpp new file mode 100644 index 00000000..b9c1560d --- /dev/null +++ b/platform/winrt/mupdf_cpp/RectList.cpp @@ -0,0 +1,9 @@ +#include "pch.h" +#include "RectList.h" + +namespace mupdf_cpp +{ + RectList::RectList(void) + { + } +} -- cgit v1.2.3