Mercurial > minori
annotate src/include/information.h @ 1:1ae666fdf9e2
*: initial commit
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 08 Aug 2023 19:49:15 -0400 |
parents | |
children | 23d0d9319a00 |
rev | line source |
---|---|
1 | 1 #ifndef __information_h |
2 #define __information_h | |
3 class InformationDialog: public wxDialog { | |
4 public: | |
5 InformationDialog(wxWindow* parent, wxWindowID id, const wxString& title, | |
6 const Anime& anime, const wxPoint& pos = wxDefaultPosition, | |
7 long style = wxDEFAULT_DIALOG_STYLE); | |
8 private: | |
9 wxNotebook* dialogText; | |
10 }; | |
11 #endif // __information_h |