Erwan
- Updated fix for Dragon Broodmother
This commit is contained in:
@@ -33,11 +33,16 @@
|
||||
|
||||
using std::string;
|
||||
|
||||
|
||||
//string manipulation methods
|
||||
string& trim(string &str);
|
||||
string& ltrim(string &str);
|
||||
string& rtrim(string &str);
|
||||
|
||||
std::vector<std::string> &split(const std::string &s, char delim, std::vector<std::string> &elems);
|
||||
std::vector<std::string> split(const std::string &s, char delim); //splits a string with "delim" and returns a vector of strings.
|
||||
|
||||
|
||||
int loadRandValues(string s);
|
||||
int filesize(const char * filename);
|
||||
int fileExists(const char * filename);
|
||||
|
||||
Reference in New Issue
Block a user