mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef VERSTR_H
|
|
#define VERSTR_H
|
|
|
|
#include <QString>
|
|
|
|
QString GetVersionString();
|
|
|
|
#endif /* VERSTR_H */
|