Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 11:34:58 PM (16 years ago)
Author:
nicolape
Message:
  • Skybox and ambient light load now from level file sample.oxw. Added objects to and methods to parse this tags. Added a tokenizer function to split strings into smaller strings (for reading out the light colours for examle). Moved Tokenizer and String2number into misc directory. deleted old unised xml class
Location:
code/branches/FICN/src/misc
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/misc/String2Number.h

    r487 r507  
    3232        * should be one of std::hex, std::dec or std::oct (dec is default value)
    3333        */
    34         String2Number(T& t, const std::string& s, std::ios_base& (*f)(std::ios_base&) =  std::dec, int haltOnError=1)
     34        inline String2Number(T& t, const std::string& s, std::ios_base& (*f)(std::ios_base&) =  std::dec, int haltOnError=1)
    3535        {
    3636          std::istringstream iss(s);
Note: See TracChangeset for help on using the changeset viewer.