aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-25 17:58:28 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-25 17:58:28 +0100
commit8cc460fd202703646f7c908a4fb2a485b21dc9e1 (patch)
tree572a1519ad528f3772f48ffcdf62e381d2349afc /src/gui.h
parentffeacf5c74b1c7fc51c850c1b5f5ea5af8f8d84a (diff)
Improve game list
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;