21 lines
406 B
C++
21 lines
406 B
C++
/* -----------------------------------------------------------------------------
|
|
GSFramework
|
|
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
|
----------------------------------------------------------------------------- */
|
|
|
|
|
|
#ifndef __NENGINECORE__
|
|
#define __NENGINECORE__
|
|
|
|
|
|
namespace GS {
|
|
namespace Core {
|
|
|
|
static const char *Version = "1.5.0";
|
|
|
|
} // Core
|
|
} // GS
|
|
|
|
|
|
#endif // __NENGINECORE__
|