149 |
Application(const Ogre::String& _title, const Size& sz, int _flags) |
149 |
Application(const Ogre::String& _title, const Size& sz, int _flags) |
150 |
: OgreBites::ApplicationContext("ovis", false), sceneMgr(NULL), title(_title), w(sz.width), |
150 |
: OgreBites::ApplicationContext("ovis"), sceneMgr(NULL), title(_title), w(sz.width), |
151 |
h(sz.height), key_pressed(-1), flags(_flags) |
151 |
h(sz.height), key_pressed(-1), flags(_flags) |