1 2 3 4 5 6 7 8 9
#include "pch.h" #include "RectList.h" namespace mupdf_cpp { RectList::RectList(void) { } }