#pragma once #if _WIN32 #include #endif class KeyStates { public: static char* charTest(); static void test(); };