MCPcopy Create free account
hub / github.com/doldecomp/mkdd / main

Function main

src/Osako/main.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Osako/system.h"
2
3void main(int argc, char **argv)
4{
5 System::init();
6 System::run();
7}

Callers

nothing calls this directly

Calls 2

runFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected