Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 9, 2008, 7:32:06 PM (16 years ago)
Author:
landauf
Message:

upload of the work i did before the exams (not yet finished nor working)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/util/substring.h

    r790 r792  
    5959#include <string>
    6060
     61#include "UtilPrereqs.h"
    6162
    6263//! A class that can load one string and split it in multipe ones
     
    6566 * It can be used, to Split strings append them and join them again.
    6667 */
    67 class SubString
     68class _UtilExport SubString
    6869{
    6970public:
Note: See TracChangeset for help on using the changeset viewer.