2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

Work on CInventoryScreen

This commit is contained in:
Jack Andersen
2017-05-07 09:35:52 -10:00
parent b2d375a1d7
commit 855ef53407
8 changed files with 321 additions and 25 deletions

View File

@@ -92,6 +92,8 @@ public:
xc4_userSelection = sel;
}
int GetElementCount() const { return xc0_elementCount; }
int GetUserSelection() const { return xc4_userSelection; }
void ProcessUserInput(const CFinalInput& input);