Tyro/src/wx_common.h

22 lines
272 B
C
Raw Normal View History

/*
* File: wx_common.h
* Author: twarren
*
* Created on April 7, 2015, 2:29 PM
*/
#ifndef WX_COMMON_H
#define WX_COMMON_H
#include "common.h"
#ifdef WX_PRECOMP
#include "wx_pch.h"
#endif
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif
#endif /* WX_COMMON_H */