forked from mia/Aegisub
15 lines
204 B
C++
15 lines
204 B
C++
|
|
||
|
#include "wx/wxprec.h"
|
||
|
|
||
|
#ifdef __BORLANDC__
|
||
|
#pragma hdrstop
|
||
|
#endif
|
||
|
|
||
|
#ifndef WX_PRECOMP
|
||
|
#include "wx/wx.h"
|
||
|
#endif
|
||
|
|
||
|
#define TITLE wxT("ASSDraw3")
|
||
|
|
||
|
#define __DPDS__ wxDefaultPosition, wxDefaultSize
|