#pragma once #ifndef _DEBUG #define _DEBUG 0 #endif #define DEF_bool 1 #if DEF_bool #define bool _Bool #endif #include "tools/checks.hpp" #include "tools/print.hpp"