about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ap_state.h')
-rw-r--r--src/ap_state.h6
1 files changed, 6 insertions, 0 deletions
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 {
39 int exit_index; 39 int exit_index;
40}; 40};
41 41
42struct ItemState {
43 std::string name;
44 int amount = 0;
45 int index = 0;
46};
47
42void AP_SetTrackerFrame(TrackerFrame* tracker_frame); 48void AP_SetTrackerFrame(TrackerFrame* tracker_frame);
43 49
44void AP_Connect(std::string server, std::string player, std::string password); 50void AP_Connect(std::string server, std::string player, std::string password);