From f8f55976533ac3b77bb8d31697ba2f1e54a994c1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 8 Mar 2025 10:52:51 -0500 Subject: Made indicator updates more fine-grained --- src/ap_state.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ap_state.h') diff --git a/src/ap_state.h b/src/ap_state.h index 4de7689..8b8db03 100644 --- a/src/ap_state.h +++ b/src/ap_state.h @@ -39,6 +39,12 @@ struct SunwarpMapping { int exit_index; }; +struct ItemState { + std::string name; + int amount = 0; + int index = 0; +}; + void AP_SetTrackerFrame(TrackerFrame* tracker_frame); void AP_Connect(std::string server, std::string player, std::string password); -- cgit 1.4.1