#pragma once #include #include void runtime_error( const char* msg ); char* runtime_error_nice_print( const char* msg );