Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4653 in orxonox.OLD for orxonox/trunk/src/util/resource_manager.h


Ignore:
Timestamp:
Jun 18, 2005, 2:44:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: still a strange bug in the TYPE-case of the resource manager…
temporarily fixed the importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/resource_manager.h

    r4637 r4653  
    3434  MD2,                  //!< loading md2-file
    3535#endif /* NO_MODEL */
     36#ifndef NO_TEXT
     37  TTF,                  //!< loading a TrueTypeFont
     38#endif /* NO_TEXT */
    3639#ifndef NO_AUDIO
    3740  WAV,                  //!< loading wav
     
    3942  OGG,                  //!< loading ogg
    4043#endif /* NO_AUDIO */
    41 #ifndef NO_TEXT
    42   TTF,                  //!< loading a TrueTypeFont
    43 #endif /* NO_TEXT */
    4444#ifndef NO_TEXTURES
    4545  IMAGE                 //!< loading an image
Note: See TracChangeset for help on using the changeset viewer.