match and link m407dll/player.c
This commit is contained in:
parent
7a9b03f153
commit
dab5f6028e
4 changed files with 569 additions and 71 deletions
|
|
@ -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 *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue