You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 26 Aug 2013 at 4:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Aug 2013 at 4:41The text was updated successfully, but these errors were encountered: