mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
8 lines
218 B
C
8 lines
218 B
C
|
|
//---------------------------------------------------------------------------
|
||
|
|
#ifndef AboutH
|
||
|
|
#define AboutH
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
extern char *_szAbout;
|
||
|
|
#endif
|
||
|
|
|