Files
haxi0 784242fcf7 - improve voice chat smoothness
- fixed the position of the speaker indicator. constant aspect ratio added
- fixed voice chat functionality to work with the latest commits
- add support for cross compiling windows64 builds on linux
2026-03-23 00:58:13 +03:00

9 lines
146 B
C++

#include <cstdio>
extern "C" FILE* __cdecl __acrt_iob_func(unsigned);
extern "C" FILE* __cdecl __iob_func(void)
{
return __acrt_iob_func(0);
}