mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 01:08:01 +03:00
resolving namespace std conflicts
This commit is contained in:
parent
a4e4bd702d
commit
2b4d1ca2e8
25 changed files with 233 additions and 234 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "framework.h"
|
||||
#include "LanguageScript.h"
|
||||
|
||||
using std::string;
|
||||
LanguageScript::LanguageScript(char* name)
|
||||
{
|
||||
Name = string(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue