/** * Common header for widgets */ #ifndef TYRO_WIDGET_H #define TYRO_WIDGET_H // Common wxWidgets stuff #include "src/wx_common.h" // Base widgets #include #include #include #include #include #include #include #include #ifndef TRAVIS #include #endif #endif /* TYRO_WIDGET_H */