mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
8 lines
156 B
C
8 lines
156 B
C
|
|
#ifndef ASSIMP_REVISION_H_INC
|
||
|
|
#define ASSIMP_REVISION_H_INC
|
||
|
|
|
||
|
|
#define GitVersion 0xd2a78b0a
|
||
|
|
#define GitBranch "development"
|
||
|
|
|
||
|
|
#endif // ASSIMP_REVISION_H_INC
|