add cartridge reader
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
8
main/src/cApp.cpp
Normal file
8
main/src/cApp.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cApp.h"
|
||||
#include "ui/cFrame.h"
|
||||
|
||||
bool cApp::OnInit()
|
||||
{
|
||||
auto *frame = new cFrame();
|
||||
return frame->Show(true);
|
||||
}
|
||||
Reference in New Issue
Block a user