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