SPH
SsfToPng.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <wx/app.h>
4 
5 class SsfToPngApp : public wxApp {
6 private:
7  virtual bool OnInit() override;
8 };