aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 6d5af5b..3775973 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -312,6 +312,9 @@ class TabBase_TabGames : public wxPanel
wxButton* save_button;
wxButton* export_button;
wxStaticLine* separator_1;
+ wxStaticText* m_staticText28;
+ wxTextCtrl* search_terms;
+ wxButton* apply_filter_button;
wxListCtrl* game_list;
wxButton* import_button;
wxButton* delete_button;