19 lines
279 B
C
19 lines
279 B
C
|
/*
|
||
|
* File: widget.h
|
||
|
* Author: twarren
|
||
|
*
|
||
|
* Created on May 7, 2015, 2:35 PM
|
||
|
*/
|
||
|
|
||
|
#ifndef TYRO_WIDGET_H
|
||
|
#define TYRO_WIDGET_H
|
||
|
|
||
|
#include "../wx_common.h"
|
||
|
#include "TyroMenu.h"
|
||
|
#include "EditPane.h"
|
||
|
#include "TabContainer.h"
|
||
|
#include "MainFrame.h"
|
||
|
|
||
|
#endif /* TYRO_WIDGET_H */
|
||
|
|