16 lines
353 B
C++
16 lines
353 B
C++
/*===========================================================================
|
|
|
|
File:: version.hpp
|
|
|
|
Copyright (c) Radical Entertainment, Inc. All rights reserved.
|
|
|
|
===========================================================================*/
|
|
|
|
#ifndef _VERSION_HPP
|
|
#define _VERSION_HPP
|
|
|
|
extern char* version;
|
|
extern char* versioninfo[];
|
|
|
|
#endif
|