1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

Update Internal.cpp

This commit is contained in:
Jannis 2025-02-16 19:21:52 +00:00 committed by GitHub
parent 4b660b2314
commit a341008111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -306,6 +306,7 @@ void bf::System::Console::PutChars(char* ptr, int len)
for (int i = 0; i < len; i++)
putchar(ptr[i]);
fflush(stdout);
}
void bf::System::Console::ReopenHandles()