Changeset 1495 for code/branches/network/src/orxonox/GraphicsEngine.h
- Timestamp:
- Jun 1, 2008, 1:10:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/GraphicsEngine.h
r1494 r1495 1 1 /* 2 2 * ORXONOX - the hottest 3D action shooter ever to exist 3 * > www.orxonox.net < * 3 * > www.orxonox.net < 4 * 4 5 * 5 6 * License notice: … … 70 71 size_t getWindowHandle(); 71 72 int getWindowWidth() const; 72 int getWindowHeight() const; float getWindowAspectRatio() const; 73 int getWindowHeight() const; 74 float getWindowAspectRatio() const; 73 75 float getAverageFPS() const 74 76 { if (renderWindow_) return this->renderWindow_->getAverageFPS(); else return 0.0f; }
Note: See TracChangeset
for help on using the changeset viewer.