Tyro/src/widgets/widget.h

20 lines
344 B
C

/**
* Common header for widgets
*/
#pragma once
// Common wxWidgets stuff
#include "src/wx_common.h"
// Base widgets
#include <wx/aboutdlg.h>
#include <wx/fdrepdlg.h>
#include <wx/aui/aui.h>
#include <wx/stc/stc.h>
#include <wx/dir.h>
#include <wx/dirctrl.h>
#include <wx/fontpicker.h>
#include <wx/treelist.h>
#include <wx/preferences.h>