mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 01:08:01 +03:00
Fix line endings
This commit is contained in:
parent
d5f24ab752
commit
10a3d9167a
101 changed files with 37002 additions and 37002 deletions
|
@ -1,12 +1,12 @@
|
|||
#include "framework.h"
|
||||
#include "LanguageScript.h"
|
||||
using std::string;
|
||||
LanguageScript::LanguageScript(char* name)
|
||||
{
|
||||
Name = string(name);
|
||||
}
|
||||
|
||||
LanguageScript::~LanguageScript()
|
||||
{
|
||||
|
||||
}
|
||||
#include "framework.h"
|
||||
#include "LanguageScript.h"
|
||||
using std::string;
|
||||
LanguageScript::LanguageScript(char* name)
|
||||
{
|
||||
Name = string(name);
|
||||
}
|
||||
|
||||
LanguageScript::~LanguageScript()
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue