first commit
This commit is contained in:
20
include/engine/core/engine.h
Normal file
20
include/engine/core/engine.h
Normal file
@ -0,0 +1,20 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
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__
|
||||
Reference in New Issue
Block a user