summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/RectList.cpp
blob: b9c1560d1a2ca7001709bd4702db5f7b7d2538dc (plain)
1
2
3
4
5
6
7
8
9
#include "pch.h"
#include "RectList.h"

namespace mupdf_cpp
{
	RectList::RectList(void)
	{
	}
}