Plan invocations are now serializable objects

This commit is contained in:
2021-07-19 15:32:34 -04:00
parent a39eb4a218
commit 92f7d8cd91
9 changed files with 133 additions and 15 deletions

View File

@@ -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