Audio
1.0.0
src
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
21
class
MyApp
:
public
wxApp
22
{
23
public
:
24
virtual
bool
OnInit
();
25
};
26
#endif
MyApp
Main class.
Definition:
main.h:22
MyApp::OnInit
virtual bool OnInit()
Definition:
main.cpp:17
Generated by
1.9.3