mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-11 02:53:19 -04:00
Implement & link m_eappli.c
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef M_EAPPLI_H
|
||||
#define M_EAPPLI_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user