17 lines
360 B
C++
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
|
|
|