#pragma interface #ifndef INTERNAL_H #define INTERNAL_H #ifndef TLMPWEB_H #include "../tlmpweb/tlmpweb.h" #endif enum NODE_TYPE{ NODE_SECTION, NODE_PARAGRAPH, NODE_SAMPLE, }; extern bool tlmpdoc_domap; extern int tlmpdoc_niveau; #define TLMPDOC_MAXLEVEL 10 extern int tlmpdoc_tbno[TLMPDOC_MAXLEVEL]; extern int tlmpdoc_tbstep[TLMPDOC_MAXLEVEL]; const int MAXSTEP=6; extern W_INT tlmpdoc_vdepth; extern W_INT tlmpdoc_content; extern W_INT tlmpdoc_buildkey; #include "internal.p" #endif