Whatever The Fuck Man

This commit is contained in:
2026-07-04 00:15:26 -04:00
parent ce77175162
commit 2efed2a443
162 changed files with 13119 additions and 7417 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ namespace game::state::play::menu
class Interact
{
public:
void update(Resources&, Text&, entity::Character&);
void update(Resources&, Text&, Entity&, bool isMenuFullscreen);
};
}