whoa/src/app/linux/Whoa.cpp

15 lines
194 B
C++

#include "client/Client.hpp"
#include "bc/os/CommandLine.hpp"
int main(int argc, char* argv[]) {
// TODO
OsSetCommandLine(argc, argv);
CommonMain();
// TODO
return 0;
}