Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2009, 5:08:57 PM (15 years ago)
Author:
rgrieder
Message:

Removed forgotten std::cout output in Factory (from objecthierarchy branch originally)
Removed CP_SLASH, it was a dead end anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/OrxonoxConfig.h.in

    r2710 r2761  
    176176#endif
    177177
    178 
    179 /*---------------------------------
    180  * Various Settings
    181  *-------------------------------*/
    182 /* Define a platform independent directory separator */
    183 namespace orxonox
    184 {
    185 #ifdef ORXONOX_PLATFORM_WINDOWS
    186     const char CP_SLASH('\\');
    187 #else
    188     const char CP_SLASH('/');
    189 #endif
    190 }
    191 
    192 
    193178#endif /* _OrxonoxConfig_H__ */
Note: See TracChangeset for help on using the changeset viewer.