mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-24 07:41:30 -04:00
17 lines
179 B
C
17 lines
179 B
C
#ifndef PLAYERCALL_H
|
|
#define PLAYERCALL_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void ResetPlayerCallback(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|