You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CBLib/include/cb.h

19 lines
327 B
C

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