forked from cheng/wallet
10 lines
110 B
C++
10 lines
110 B
C++
#pragma once
|
|
|
|
class app :
|
|
public wxApp
|
|
{
|
|
public:
|
|
app();
|
|
virtual ~app();
|
|
virtual bool OnInit() override;
|
|
}; |