Plan invocations are now serializable objects
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include "luastack.hpp"
|
||||
#include "streambuffer.hpp"
|
||||
|
||||
class GuiElt {
|
||||
friend class Gui;
|
||||
@@ -45,7 +46,6 @@ public:
|
||||
static Gui *fetch_global_pointer(lua_State *L);
|
||||
};
|
||||
|
||||
using GuiResult = std::map<std::string, std::string>;
|
||||
|
||||
#endif // GUI_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user