mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 09:47:58 +03:00
Remove obsolete class.
This commit is contained in:
parent
1d052a73e1
commit
a20cad7ed6
3 changed files with 0 additions and 25 deletions
|
@ -1,12 +0,0 @@
|
||||||
#include "framework.h"
|
|
||||||
#include "LanguageScript.h"
|
|
||||||
using std::string;
|
|
||||||
LanguageScript::LanguageScript(char* name)
|
|
||||||
{
|
|
||||||
Name = string(name);
|
|
||||||
}
|
|
||||||
|
|
||||||
LanguageScript::~LanguageScript()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
|
@ -122,13 +122,3 @@
|
||||||
#define STRING_CLOCKWORK_BEETLE "clockwork_beetle"
|
#define STRING_CLOCKWORK_BEETLE "clockwork_beetle"
|
||||||
#define STRING_CLOCKWORK_BEETLE_COMBO1 "clockwork_beetle_combo1"
|
#define STRING_CLOCKWORK_BEETLE_COMBO1 "clockwork_beetle_combo1"
|
||||||
#define STRING_CLOCKWORK_BEETLE_COMBO2 "clockwork_beetle_combo2"
|
#define STRING_CLOCKWORK_BEETLE_COMBO2 "clockwork_beetle_combo2"
|
||||||
|
|
||||||
class LanguageScript
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
std::string Name;
|
|
||||||
std::unordered_map<size_t, std::string> Strings;
|
|
||||||
LanguageScript(char* name);
|
|
||||||
~LanguageScript();
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1154,9 +1154,6 @@
|
||||||
<ClCompile Include="Renderer\Renderer11.cpp">
|
<ClCompile Include="Renderer\Renderer11.cpp">
|
||||||
<Filter>File di origine</Filter>
|
<Filter>File di origine</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="Scripting\LanguageScript.cpp">
|
|
||||||
<Filter>File di origine</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="Specific\configuration.cpp">
|
<ClCompile Include="Specific\configuration.cpp">
|
||||||
<Filter>File di origine</Filter>
|
<Filter>File di origine</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue