From 8cc460fd202703646f7c908a4fb2a485b21dc9e1 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 17:58:28 +0100 Subject: Improve game list --- src/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui.h') 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; -- cgit v1.2.3