58 QList <WespoCMD> wespoCmds;
59 QList <WespoEntry> wpdata;
WesPo class does the real work. It is where skele.po is created.
Definition: wespo.h:46
LuaReader(WesPo *wp_x, QString &srcfile_)
LuaReader constructor. Initialized with WesPo pointer and the file name to parse. ...
Definition: luaReader.cpp:38
void loadLua()
function invoked by WesPo. It is the "main" function of LuaReader
Definition: luaReader.cpp:115
LuaReader "parse" a single .lua file.
Definition: luaReader.h:41