mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
9 lines
106 B
C
9 lines
106 B
C
|
|
#ifndef VERSTR_H
|
||
|
|
#define VERSTR_H
|
||
|
|
|
||
|
|
#include <QString>
|
||
|
|
|
||
|
|
QString GetVersionString();
|
||
|
|
|
||
|
|
#endif /* VERSTR_H */
|