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/OrxonoxPrereqs.h

    • Property svn:eol-style set to native
    r1479 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:
     
    7372  class Projectile;
    7473  class Skybox;
    75   class SpaceShip;
    76   class SpaceShipAI;
     74  class SpaceShip;  class SpaceShipAI;
    7775  class WorldEntity;
    7876
     
    9694
    9795  // hud
    98   class BarOverlayElement;
    99   class HUD;
    100   class Navigation;
    101   class RadarObject;
    102   class RadarOverlayElement;
     96  class BarOverlayElement;  class HUD;  class Navigation;  class RadarObject;  class RadarOverlayElement;
    10397
    10498  //console
Note: See TracChangeset for help on using the changeset viewer.