match c_keyframe.c

This commit is contained in:
Prakxo
2023-06-07 07:36:52 +00:00
parent 06be0cda80
commit d5408a41db
8 changed files with 1297 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef SYS_MATH_H
#define SYS_MATH_H
#include "types.h"
#include "m_lib.h"
#ifdef __cplusplus
extern "C" {
#endif
extern xyz_t ZeroVec;
extern
#ifdef __cplusplus
}
#endif