diff options
Diffstat (limited to 'src/ap_state.h')
| -rw-r--r-- | src/ap_state.h | 6 |
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 | ||
| 42 | struct ItemState { | ||
| 43 | std::string name; | ||
| 44 | int amount = 0; | ||
| 45 | int index = 0; | ||
| 46 | }; | ||
| 47 | |||
| 42 | void AP_SetTrackerFrame(TrackerFrame* tracker_frame); | 48 | void AP_SetTrackerFrame(TrackerFrame* tracker_frame); |
| 43 | 49 | ||
| 44 | void AP_Connect(std::string server, std::string player, std::string password); | 50 | void AP_Connect(std::string server, std::string player, std::string password); |
