Merge branch 'NewLuaScripting' of https://github.com/MontyTRC89/TR5Main into NewLuaScripting

This commit is contained in:
MontyTRC89 2021-06-26 07:37:02 +02:00
commit cf98c30910
3 changed files with 0 additions and 22 deletions

View file

@ -215,8 +215,6 @@ public:
char* Intro;
// Selected language set
LanguageScript* CurrentStrings;
std::vector<LanguageScript*> Strings;
std::vector<GameScriptLevel*> Levels;
GameFlow(sol::state* lua);