Plasma Engine  2.0
Loading...
Searching...
No Matches
LuaInterpreter.h
1#pragma once
2
3#include <Core/Console/Console.h>
4
5#ifdef BUILDSYSTEM_ENABLE_LUA_SUPPORT
6
7class PL_CORE_DLL plCommandInterpreterLua : public plCommandInterpreter
8{
9public:
30 virtual void Interpret(plCommandInterpreterState& inout_state) override;
31};
32
33#endif // BUILDSYSTEM_ENABLE_LUA_SUPPORT
Definition Console.h:47
Definition Console.h:39