Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2008, 1:10:46 AM (16 years ago)
Author:
rgrieder
Message:

SVN doesn't seem to like me. Reverted some really badly converted line endings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/GraphicsEngine.h

    r1494 r1495  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
    3  *                    > www.orxonox.net < *
     3 *                    > www.orxonox.net <
     4 *
    45 *
    56 *   License notice:
     
    7071            size_t getWindowHandle();
    7172            int getWindowWidth() const;
    72             int getWindowHeight() const;            float getWindowAspectRatio() const;
     73            int getWindowHeight() const;
     74            float getWindowAspectRatio() const;
    7375            float getAverageFPS() const
    7476            { if (renderWindow_) return this->renderWindow_->getAverageFPS(); else return 0.0f; }
Note: See TracChangeset for help on using the changeset viewer.