#pragma once #ifdef new #undef new #endif #include using std::shared_ptr; using std::make_shared; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif