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