5 lines
60 B
C++
5 lines
60 B
C++
#include "app.h"
|
|
#include <wx/wx.h>
|
|
|
|
wxIMPLEMENT_APP(cApp);
|
#include "app.h"
|
|
#include <wx/wx.h>
|
|
|
|
wxIMPLEMENT_APP(cApp);
|