index
:
ncopa/alpine-usb-creator
master
Unnamed repository; edit this file 'description' to name the repository.
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.h
blob: 131f143b4dd2b8f3eb71be8e8836bc70577536fd (
plain
)
1
2
3
4
5
6
7
8
9
#include <wx/wx.h>
class
MyApp
:
public
wxApp
{
public
:
virtual
bool
OnInit
();
};