Files
wx_wherigo/main/include/cApp.h
2026-02-14 09:47:26 +01:00

10 lines
99 B
C++

#pragma once
#include <wx/wx.h>
class cApp : public wxApp
{
public:
bool OnInit() override;
};