SimpleGamePlugin.zip:
http://www.maratis3d.org/download/SimpleGamePlugin.zip
accessible from:
http://www.maratis3d.org/?p=500
http://www.maratis3d.org/?page_id=53
On "_GamePlugin\Sources\SimpleGamePlugin.cpp":
// set water game ??????????
game = new MyGame();
engine->setGame(game);
Also, very minor thing, in "MyGame.h" some functions are written as:
//void onBegin(void){}
but it should be
//void onBegin(void);
to indicate that they are only prototypes.
Original issue reported on code.google.com by hkwareho...@gmail.com on 26 Aug 2013 at 4:41
Original issue reported on code.google.com by
hkwareho...@gmail.com
on 26 Aug 2013 at 4:41