/** * define INCLUDE_CB_DEFINES in order to include keyword mappings */ #ifndef GODOT_HUB_MAP_CB_H #define GODOT_HUB_MAP_CB_H #define assertm(exp, msg) = assert(((void)msg, exp)) #include "cb/test/test.h" #include "cb/time/time.h" #include "cb/types/types.h" #endif //GODOT_HUB_MAP_CB_H