修复了一个bug
增加了两个转换函数
代码:
namespace _game_hs{
typedef unsigned long long ull;
bool axj(int a){
return GetKeyState(a)<0;
}
void color(int c)
{
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), c);
return;
}
void colorout(string s,int c){
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),c);
cout<=0;i--)
s1+=s[i];
return s1;
}
}
using namespace _game_hs;



