mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +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 @@
|
|||
#pragma once
|
||||
|
||||
// Define string ids
|
||||
// Define std::string ids
|
||||
#define STRING_PASSPORT 1
|
||||
#define STRING_LARA_HOME 2
|
||||
#define STRING_CONTROLS 3
|
||||
|
@ -104,8 +104,8 @@
|
|||
class LanguageScript
|
||||
{
|
||||
public:
|
||||
string Name;
|
||||
vector<string> Strings;
|
||||
std::string Name;
|
||||
std::vector<std::string> Strings;
|
||||
|
||||
LanguageScript(char* name);
|
||||
~LanguageScript();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue