Definition.
Act/behavior Programming Interface
mwx_common.h
#include <cstdint> // for type name
typedef char char_t;
typedef uint8_t byte;
typedef uint8_t boolean;
#ifndef NULL
#define NULL nullptr
#endif最終更新
Act/behavior Programming Interface
#include <cstdint> // for type name
typedef char char_t;
typedef uint8_t byte;
typedef uint8_t boolean;
#ifndef NULL
#define NULL nullptr
#endif最終更新