From 11a46aadf7c80d6b67af0c1094c8c5c4222bd3b1 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 12:54:04 +0100 Subject: Update database --- src/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 5ed2a05..7df677d 100644 --- a/src/gui.h +++ b/src/gui.h @@ -337,6 +337,8 @@ class TabBase_TabImport : public wxPanel wxButton* import_from_game_button; wxStaticLine* m_staticline4; wxStaticText* from_db_label; + wxComboBox* opened_db_list; + wxButton* import_from_db_button; wxListCtrl* game_list; public: -- cgit v1.2.3