mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
7 lines
214 B
C
7 lines
214 B
C
|
|
//---------------------------------------------------------------------------
|
||
|
|
#ifndef HelpH
|
||
|
|
#define HelpH
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
extern char *_szHelp;
|
||
|
|
#endif
|