You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
8 lines
151 B
C++
8 lines
151 B
C++
#ifndef ASSIMP_REVISION_H_INC
|
|
#define ASSIMP_REVISION_H_INC
|
|
|
|
#define GitVersion 0x00000000
|
|
#define GitBranch "master"
|
|
|
|
#endif // ASSIMP_REVISION_H_INC
|