about summary refs log tree commit diff stats
path: root/src/tracker_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker_frame.h')
-rw-r--r--src/tracker_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_frame.h b/src/tracker_frame.h index 7704208..131c7b8 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h
@@ -57,6 +57,7 @@ struct StateUpdate {
57 bool cleared_locations = false; 57 bool cleared_locations = false;
58 bool hunt_panels = false; 58 bool hunt_panels = false;
59 bool player_position = false; 59 bool player_position = false;
60 bool changed_settings = false;
60}; 61};
61 62
62class StateChangedEvent : public wxEvent { 63class StateChangedEvent : public wxEvent {