Files
ac-decomp/include/m_play_h.h
T
2023-06-15 17:19:42 -04:00

17 lines
174 B
C

#ifndef M_PLAY_H_H
#define M_PLAY_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct game_play_s GAME_PLAY;
#ifdef __cplusplus
}
#endif
#endif