The-Simpsons-Hit-and-Run/tools/trackeditor/code/constants/version.hpp

17 lines
360 B
C++

/*===========================================================================
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