Fixes
This commit is contained in:
parent
cf46bb0182
commit
8efd6c6f7f
@ -245,4 +245,4 @@ namespace auth
|
||||
};
|
||||
}
|
||||
|
||||
//REGISTER_COMPONENT(auth::component)
|
||||
REGISTER_COMPONENT(auth::component)
|
||||
|
@ -179,4 +179,4 @@ namespace colors
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT(colors::component)
|
||||
//REGISTER_COMPONENT(colors::component)
|
||||
|
@ -16,12 +16,8 @@ namespace console
|
||||
{
|
||||
DWORD WINAPI console(LPVOID)
|
||||
{
|
||||
FreeConsole();
|
||||
AllocConsole();
|
||||
AttachConsole(GetCurrentProcessId());
|
||||
|
||||
(void)freopen("CONIN$", "r", stdin);
|
||||
(void)freopen("CONOUT$", "w", stdout);
|
||||
ShowWindow(GetConsoleWindow(), SW_SHOW);
|
||||
SetConsoleTitle("H1-Mod");
|
||||
|
||||
std::string cmd;
|
||||
|
||||
|
@ -72,4 +72,4 @@ namespace input
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT(input::component)
|
||||
//REGISTER_COMPONENT(input::component)
|
||||
|
@ -49,4 +49,4 @@ namespace localized_strings
|
||||
};
|
||||
}
|
||||
|
||||
REGISTER_COMPONENT(localized_strings::component)
|
||||
//REGISTER_COMPONENT(localized_strings::component)
|
||||
|
Loading…
Reference in New Issue
Block a user