arielrv / maratis

Automatically exported from code.google.com/p/maratis
0 stars 0 forks source link

Misspelling of "whatever"? #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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