mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-25 07:09:27 +00:00
6 lines
214 B
C
6 lines
214 B
C
//---------------------------------------------------------------------------
|
|
#ifndef HelpH
|
|
#define HelpH
|
|
//---------------------------------------------------------------------------
|
|
extern char *_szHelp;
|
|
#endif
|