Partially match m_watch_my_step.c

This commit is contained in:
Cuyler36
2023-06-15 17:19:42 -04:00
parent 2d9e699c7e
commit fd8fbd9c92
24 changed files with 1223 additions and 33 deletions
+3 -13
View File
@@ -2,9 +2,11 @@
#define M_LIB_H
#include "types.h"
#include "m_play.h"
#include "m_play_h.h"
#include "m_actor_type.h"
#include "MSL_C/math.h"
#include "libu64/u64types.h"
#include "game.h"
#ifdef __cplusplus
extern "C" {
@@ -32,18 +34,6 @@ extern "C" {
/* short angle -> degrees */
#define SHORT2DEG_ANGLE(s) ((((f32)(s)) / (65536.0f / 360.0f)))
typedef struct xy_s {
f32 x, y;
} xy_t;
typedef struct xyz_s {
f32 x, y, z;
} xyz_t;
typedef struct s_xyz_s {
s16 x, y, z;
} s_xyz;
typedef struct rgba_t { //can be put in other place
u8 r, g, b, a;
} rgba_t;