10 lines
104 B
C++
10 lines
104 B
C++
#pragma once
|
|
|
|
#include <wx/wx.h>
|
|
|
|
class WxWherigo : public wxApp
|
|
{
|
|
public:
|
|
bool OnInit() override;
|
|
};
|