Enable database export

This commit is contained in:
Loic Guegan 2022-02-25 14:57:09 +01:00
parent cbcc455e33
commit 98488e899a
9 changed files with 57 additions and 14 deletions
src/base_tab

View file

@ -20,5 +20,6 @@ public:
void LoadFile();
void OnDelete(wxCommandEvent &event);
void OnSave(wxCommandEvent &event);
void OnExport(wxCommandEvent &event);
void OnOpenGame(wxListEvent &event);
};