mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
17 lines
269 B
C
17 lines
269 B
C
#ifndef __TCore__
|
|
#define __TCore__
|
|
|
|
#include <Web/Web.h>
|
|
|
|
#ifdef flagNOHELP
|
|
#define NOHELP
|
|
#endif//flagNOHELP
|
|
#include "template.h"
|
|
#include "util.h"
|
|
#include "setop.h"
|
|
//#include "nls.h"
|
|
#include "globcfg.h"
|
|
#include "xmlparse.h"
|
|
#include "help.h"
|
|
|
|
#endif//__TCore__
|