1
0

Fix console

This commit is contained in:
otya128
2016-12-16 22:47:36 +09:00
parent 0f44fc068f
commit 8322b9addb
2 changed files with 63 additions and 29 deletions

View File

@@ -870,6 +870,7 @@ class PetitComputer
catch(Throwable t)
{
writeln(t);
readln();
}
}
SDL_Window* window;