diff options
Diffstat (limited to 'tools/trackeditor/code/constants/version.hpp')
-rw-r--r-- | tools/trackeditor/code/constants/version.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/trackeditor/code/constants/version.hpp b/tools/trackeditor/code/constants/version.hpp new file mode 100644 index 0000000..bf88478 --- /dev/null +++ b/tools/trackeditor/code/constants/version.hpp @@ -0,0 +1,16 @@ +/*=========================================================================== + + File:: version.hpp + + Copyright (c) %YEAR% Radical Entertainment, Inc. All rights reserved. + +===========================================================================*/ + +#ifndef _VERSION_HPP +#define _VERSION_HPP + +extern char* version; +extern char* versioninfo[]; + +#endif + |