MuPDF.h 404 B

1234567891011121314151617181920
  1. #pragma once
  2. #include "MuException.h"
  3. #include "Collection.h"
  4. #include "ObjWrapper.h"
  5. #include "Geometry.h"
  6. #include "Cookie.h"
  7. #include "Colorspace.h"
  8. #include "../Context.h"
  9. #include "Pixmap.h"
  10. #include "TextPage.h"
  11. #include "Device.h"
  12. #include "PdfObject.h"
  13. #include "Page.h"
  14. #include "Document.h"
  15. #include "Stream.h"
  16. #ifndef DLLEXP
  17. #define DLLEXP extern "C" __declspec(dllexport)
  18. #endif // !DLLEXP