mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 09:47:58 +03:00
Fix more stuff
This commit is contained in:
parent
c324f70774
commit
1d0ceb0ff4
41 changed files with 427 additions and 430 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include "LanguageScript.h"
|
||||
#include "LuaHandler.h"
|
||||
#include "GameLogicScript.h"
|
||||
#include "GameScriptColor.h"
|
||||
#include "GameScriptLevel.h"
|
||||
#include "GameScriptSettings.h"
|
||||
|
@ -37,7 +38,7 @@ public:
|
|||
std::string TitleScreenImagePath{};
|
||||
|
||||
// Selected language set
|
||||
std::vector<GameScriptLevel*> Levels;
|
||||
std::vector<GameScriptLevel*> Levels;
|
||||
|
||||
GameFlow(sol::state* lua);
|
||||
~GameFlow();
|
||||
|
@ -56,4 +57,7 @@ public:
|
|||
void SetIntroImagePath(std::string const& path);
|
||||
void SetTitleScreenImagePath(std::string const& path);
|
||||
void SetGameFarView(byte val);
|
||||
};
|
||||
};
|
||||
|
||||
extern GameFlow* g_GameFlow;
|
||||
extern GameScript* g_GameScript;
|
Loading…
Add table
Add a link
Reference in a new issue