#pragma once #include #include #include void error_crash(const char *msg); void error_warn(const char *msg); void error_log(const char *msg);