bcc54489c1
* NEW: New XML manipulation component git-svn-id: svn://localhost/gambas/trunk@4644 867c0c6c-44f3-4631-809d-bfa615b0a4ec
10 lines
146 B
C
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
|