#pragma once #include "common_defines.hpp" #ifdef new #undef new #endif #include using std::setw; using std::setfill; using std::hex; using std::fixed; using std::setprecision; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif