#pragma once #define DEBUGLOG_DEFAULT_LOG_LEVEL_INFO #include #include #include ///////////// UTIL Functions ///////////////// void printBytes(const char title[], const std::vector &b); void printBytes(const char title[], const std::vector &b); void printBool(const char title[], const std::vector &vals);