[decomp] game-info (#779)

* support more process stuff

* more of game info

* add ref file

* progress on save
This commit is contained in:
water111
2021-08-22 20:12:47 -04:00
committed by GitHub
parent 30d1e1d6c9
commit 403bb5f4de
117 changed files with 6234 additions and 2243 deletions
+2
View File
@@ -128,6 +128,8 @@ class FormStack {
assert(false);
}
int size() const { return m_stack.size(); }
private:
std::vector<StackEntry> m_stack;
bool m_is_root_stack = false;