mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[decomp] game-info (#779)
* support more process stuff * more of game info * add ref file * progress on save
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user