mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
derp
This commit is contained in:
parent
b51a1aae5e
commit
36710766c6
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
#include <climits>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <conio.h>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
@ -37,9 +36,9 @@ namespace Helpers {
|
|||
std::cout << termcolor::on_red << "[FATAL] ";
|
||||
std::printf(fmt, args...);
|
||||
std::cout << termcolor::reset << "\n";
|
||||
std::cout << "Press any button to exit\n";
|
||||
std::cout << "Press enter to exit\n";
|
||||
|
||||
getch();
|
||||
getchar();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue