Audio 1.0.0
main.h
Go to the documentation of this file.
1
11#ifndef MAIN_H
12#define MAIN_H
13
14#include <wx/wx.h>
15
21class MyApp : public wxApp
22{
23 public:
24 virtual bool OnInit();
25};
26#endif
Main class.
Definition: main.h:22
virtual bool OnInit()
Definition: main.cpp:17