Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misspelling of "whatever"? #18

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments
Open

Misspelling of "whatever"? #18

GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant