mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
13 lines
212 B
C++
13 lines
212 B
C++
#include "client/Client.hpp"
|
|
#include <windows.h>
|
|
|
|
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {
|
|
// TODO
|
|
|
|
CommonMain();
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|