gambas-source-code/gb.xml/src/CDocument.h
Adrien Prokopowicz bcc54489c1 [GB.XML]
* NEW: New XML manipulation component

git-svn-id: svn://localhost/gambas/trunk@4644 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-04-20 22:57:18 +00:00

10 lines
146 B
C

#ifndef CDOCUMENT_H
#define CDOCUMENT_H
#include "document.h"
#ifndef CLASSES_CPP
extern GB_DESC CDocumentDesc[];
#endif
#endif // CDOCUMENT_H