mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
7 lines
166 B
C
7 lines
166 B
C
#ifndef ASSIMP_REVISION_H_INC
|
|
#define ASSIMP_REVISION_H_INC
|
|
|
|
#define GitVersion 0x@GIT_COMMIT_HASH@
|
|
#define GitBranch "@GIT_BRANCH@"
|
|
|
|
#endif // ASSIMP_REVISION_H_INC
|