~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to MapEdit/Src/app.cpp

  • Committer: corsixth.bot at gmail
  • Date: 2014-03-31 23:30:23 UTC
  • Revision ID: svn-v4:c39591fa-788f-11de-a72b-d90af8dea425:trunk:2687
Remove trailing whitespaces in .h, .cpp, .c and .lua files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
*/
22
22
 
23
23
#include "app.h"
24
 
//Darrell: This macro has to be called before the frmMain.h include otherwise 
 
24
//Darrell: This macro has to be called before the frmMain.h include otherwise
25
25
//a subsequent SDL include causes main() to be replaced with SDLmain().
26
26
IMPLEMENT_APP(ThemeHospitalMapEditApp)
27
27
#include "frmMain.h"
28
28
 
29
29
bool ThemeHospitalMapEditApp::OnInit()
30
 
{   
 
30
{
31
31
    wxImage::AddHandler(new wxPNGHandler);
32
32
    wxTopLevelWindow *pForm = new frmMain;
33
33