summaryrefslogtreecommitdiffstats
path: root/tools/trackeditor/code/constants/version.hpp
blob: bf88478364d3db76b3e48144e464d73e2cf164e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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