summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/RectList.cpp
blob: 0095af3b3778dbc63c92bf0ff21a6eeb972de8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "pch.h"
#include "RectList.h"

namespace mupdf_cpp
{
    RectList::RectList(void)
    {




    }

}