Files
ac-decomp/include/m_private.h
T
Cuyler36 7336d51f44 Sync
2023-04-16 13:43:32 -04:00

17 lines
159 B
C

#ifndef M_PRIVATE_H
#define M_PRIVATE_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
#define PLAYER_NUM 4
#ifdef __cplusplus
}
#endif
#endif