11 lines
146 B
C
11 lines
146 B
C
|
#ifndef CDOCUMENT_H
|
||
|
#define CDOCUMENT_H
|
||
|
|
||
|
#include "document.h"
|
||
|
|
||
|
#ifndef CLASSES_CPP
|
||
|
extern GB_DESC CDocumentDesc[];
|
||
|
#endif
|
||
|
|
||
|
#endif // CDOCUMENT_H
|