match and link m407dll/player.c

This commit is contained in:
Rainchus 2024-04-04 11:48:13 -05:00
parent 7a9b03f153
commit dab5f6028e
4 changed files with 569 additions and 71 deletions

View file

@ -26,6 +26,7 @@ typedef enum {
#define OM_GET_WORK_PTR(object, type) ((type *)(&((object)->work[0])))
#define OM_GET_DATA_PTR(object, type) ((type *)(((object)->data)))
typedef void (*omObjFunc)(struct om_obj_data *);