aa4e7b968eHuge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
14 anni fa
Cameron Hart
d2fde9fc99Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed.
14 anni fa
Ivan Safrin
6508f8c9a0Added a String class, replaced std::string and wstring with the new class