mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
Remove obsolete class.
This commit is contained in:
parent
1d052a73e1
commit
a20cad7ed6
3 changed files with 0 additions and 25 deletions
|
@ -122,13 +122,3 @@
|
|||
#define STRING_CLOCKWORK_BEETLE "clockwork_beetle"
|
||||
#define STRING_CLOCKWORK_BEETLE_COMBO1 "clockwork_beetle_combo1"
|
||||
#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();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue