toxcore/Tox_GUI/gui/home/Home.h
irungentoo baf14f8121 Merged "wxWidgets VS template for windows" from juryben
That big 40MB file is useless so I merged the repos in a way that it
dissapears forever from the main repo.
2013-06-24 07:26:30 -04:00

13 lines
183 B
C++

#include <wx\wx.h>
class Home : public wxFrame
{
public:
Home(const wxString& title);
void AddNew(wxCommandEvent& event);
wxListBox *netlogList;
};
const int ID_LISTBOX = 1;