mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 12:36:45 +03:00
resolving namespace std conflicts
This commit is contained in:
parent
f544b52728
commit
232458472b
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