MCPcopy Create free account
hub / github.com/AHXR/ghost / t_window

Function t_window

_src/server/server.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67DWORD WINAPI t_window(LPVOID params) {
68 System::Windows::Forms::Application::EnableVisualStyles();
69 System::Windows::Forms::Application::SetCompatibleTextRenderingDefault(false);
70 server::gui frm;
71 System::Windows::Forms::Application::Run(%frm);
72 b_gui_active = false;
73 return 0;
74}
75
76void refreshClients() {
77 ghostlib::_clientData client_data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected