Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 3:39:35 PM (16 years ago)
Author:
runom
Message:

Added planets class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/util/OrxonoxPlatform.h

    r1921 r2053  
    137137}
    138138
    139 //-----------------------------------------------------------------------
    140 // Version Information
    141 //-----------------------------------------------------------------------
    142 
    143 #define ORXONOX_VERSION_MAJOR 0
    144 #define ORXONOX_VERSION_MINOR 1
    145 #define ORXONOX_VERSION_PATCH 2
    146 #define ORXONOX_VERSION_SUFFIX ""
    147 #define ORXONOX_VERSION_NAME "Bellatrix"
    148 
    149 #define ORXONOX_VERSION ((ORXONOX_VERSION_MAJOR << 16) | (ORXONOX_VERSION_MINOR << 8) | ORXONOX_VERSION_PATCH)
    150139
    151140
Note: See TracChangeset for help on using the changeset viewer.