cmex/thirdparty/libcmext/cmext.hpp

10 lines
112 B
C++
Raw Normal View History

#ifndef CMEXT_CMEXT_HPP_
#define CMEXT_CMEXT_HPP_
#include <stdint.h>
int32_t cmext_init(int32_t i);
#endif