mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 03:28:03 +03:00
More (ScriptInterface)Flow -> (ScriptInterface)FlowHandler for consistency.
This commit is contained in:
parent
2822610edd
commit
782ad93810
30 changed files with 48 additions and 48 deletions
|
@ -8,9 +8,9 @@
|
|||
#include "GameScriptAudioTrack.h"
|
||||
#include "GameScriptAnimations.h"
|
||||
#include "ScriptInterfaceGame.h"
|
||||
#include "ScriptInterfaceFlow.h"
|
||||
#include "Flow/ScriptInterfaceFlowHandler.h"
|
||||
|
||||
class FlowHandler : public LuaHandler, public ScriptInterfaceFlow
|
||||
class FlowHandler : public LuaHandler, public ScriptInterfaceFlowHandler
|
||||
{
|
||||
private:
|
||||
GameScriptSettings m_settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue