From 5436dc4f12671d2605944bed03e1f8ab7853056c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 8 Mar 2025 16:13:23 -0500 Subject: Added options pane --- src/options_pane.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/options_pane.h (limited to 'src/options_pane.h') diff --git a/src/options_pane.h b/src/options_pane.h new file mode 100644 index 0000000..e9df9f0 --- /dev/null +++ b/src/options_pane.h @@ -0,0 +1,19 @@ +#ifndef OPTIONS_PANE_H_026A0EC0 +#define OPTIONS_PANE_H_026A0EC0 + +#include + +#ifndef WX_PRECOMP +#include +#endif + +#include + +class OptionsPane : public wxDataViewListCtrl { + public: + explicit OptionsPane(wxWindow* parent); + + void OnConnect(); +}; + +#endif /* end of include guard: OPTIONS_PANE_H_026A0EC0 */ -- cgit 1.4.1