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
@@ -13,6 +13,6 @@ namespace game::state::play
bool isOpen{};
util::imgui::WindowSlide slide{0.125f, 0.0f};
void update(entity::Character&, entity::Cursor&, World&, World::Focus, Canvas&);
void update(Entity&, Entity&, World&, World::Focus, Canvas&, bool isDisabled, float fadeAlpha);
};
}