Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2008, 12:21:42 AM (16 years ago)
Author:
rgrieder
Message:
  • added XML loadable HUD
  • Radar and navi are not yet done
  • explanations follow with when things are finished
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/util/Convert.h

    r1505 r1588  
    298298    }
    299299};
     300
     301// convert to string Shortcut
     302template <class FromType>
     303std::string convertToString(FromType value)
     304{
     305  return getConvertedValue<FromType, std::string>(value);
     306}
    300307
    301308// convert from string
Note: See TracChangeset for help on using the changeset viewer.