mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
15 lines
194 B
C++
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;
|
|
}
|