aboutsummaryrefslogtreecommitdiff
path: root/advtrains/models/advtrains_dtrack_swrcr_45.b3d
Commit message (Expand)AuthorAge
* Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy2017-09-20
* Restructure mod directoryorwell962017-01-04
* Turning mod into a modpack and separating the trains from the core modorwell962016-12-20
sser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "version.h" #include "config.h" #if defined(__ANDROID__) #include "android_version.h" #include "android_version_githash.h" #elif defined(USE_CMAKE_CONFIG_H) #include "cmake_config_githash.h" #endif #ifndef VERSION_GITHASH #define VERSION_GITHASH VERSION_STRING #endif const char *g_version_string = VERSION_STRING; const char *g_version_hash = VERSION_GITHASH; const char *g_build_info = BUILD_INFO;