Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2011, 7:37:00 PM (13 years ago)
Author:
dafrick
Message:

Extending and reorganizing ScreenshotManager and SkyboxGenerator.
The SkyboxGenerator now takes HD screenshots, thus the size of the faces generated by the SkyboxGenerator can now be specified freely (through a config value).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/StringUtils.h

    r7417 r8232  
    4848    extern _UtilExport std::string BLANKSTRING;
    4949
    50     _UtilExport std::string getUniqueNumberString();
     50    _UtilExport std::string  getUniqueNumberString();
    5151
    5252    _UtilExport void         strip(std::string* str);
     
    8888
    8989    _UtilExport unsigned int getLevenshteinDistance(const std::string& str1, const std::string& str2);
     90   
     91    _UtilExport std::string  getTimestamp(void);
    9092}
    9193
Note: See TracChangeset for help on using the changeset viewer.