mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-30 23:44:32 -04:00
Implement m_lib and some header file defintions
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef M_ACTOR_H
|
||||
#define M_ACTOR_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct actor_s {
|
||||
/* TODO ... */
|
||||
} ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user