Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2008, 11:24:44 PM (16 years ago)
Author:
rgrieder
Message:
  • set the svn:eol-style property to all files so, that where ever you check out, you'll get the right line endings (had to change every file with mixed endings to windows in order to set the property)
File:
1 edited

Legend:

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

    • Property svn:eol-style set to native
    r1477 r1494  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
    3  *                    > www.orxonox.net <
    4  *
     3 *                    > www.orxonox.net < *
    54 *
    65 *   License notice:
     
    7170            size_t getWindowHandle();
    7271            int getWindowWidth() const;
    73             int getWindowHeight() const;
    74             float getWindowAspectRatio() const;
     72            int getWindowHeight() const;            float getWindowAspectRatio() const;
    7573            float getAverageFPS() const
    7674            { if (renderWindow_) return this->renderWindow_->getAverageFPS(); else return 0.0f; }
Note: See TracChangeset for help on using the changeset viewer.