mario
Member
|
source code folder :
Well i've been throught the folder named "tutorials/source"
There are examples i can run under Visual Studio.
But once i try to run advanced ones they are problems ?
like this lines of code :
***************
#include "../../../../../data/enum/_enums.h"[B]
**************
or the compiler don't know these variables : ( OBJ_STATIC ,OBJ_ITEM etc ...)
**************
Game::World.init()
.setObjType(Statics, OBJ_STATIC )
.setObjType(Players, OBJ_PLAYER ) // please note that here we'll use 'Players' memory container for 'OBJ_PLAYER' objects
.setObjType(Items , OBJ_ITEM )
.New("world/sample.world");
****************
I presume this is code for the internal code editor of Esenthel and not for Visual Studio ?
A question for how to use this forum :
I click on "Bold" for text and it puts undefined ? it is my FireFox browser ?
(This post was last modified: 01-27-2013 09:29 PM by mario.)
|
|
01-27-2013 09:25 PM |
|
Esenthel
Administrator
|
RE: source code folder :
Hi,
Please check back tomorrow once demo of EE 2.0 is released.
|
|
01-27-2013 10:30 PM |
|