Crazy std::vector<T> loader and saver.
[ipdf/code.git] / src / ipdf.h
index 4041bca..8ee30c3 100644 (file)
@@ -16,6 +16,12 @@ namespace IPDF
        typedef unsigned ObjectID;
        typedef enum {RECT_FILLED, RECT_OUTLINE} ObjectType;
 
+       enum DocChunkTypes
+       {
+               CT_OBJTYPES,
+               CT_OBJBOUNDS
+       };
+
        struct Rect
        {
                Real x; Real y; Real w; Real h;

UCC git Repository :: git.ucc.asn.au