- added new commandline options to g3d viewer for things like auto screenshots.

type --help for more info
This commit is contained in:
Mark Vejvoda
2011-01-28 01:41:30 +00:00
parent 7ef965a8db
commit 4d9cfc105e
2 changed files with 271 additions and 29 deletions

View File

@@ -101,6 +101,8 @@ private:
void loadProjectileParticle(string path);
void loadSplashParticle(string path);
void saveScreenshot();
public:
MainWindow(const string &modelPath);
~MainWindow();