mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
20 lines
360 B
C
20 lines
360 B
C
#ifndef M_RANDOM_FIELD_OVL_H
|
|
#define M_RANDOM_FIELD_OVL_H
|
|
|
|
#include "types.h"
|
|
#include "m_random_field_h.h"
|
|
#include "m_field_make.h"
|
|
#include "game_h.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mRF_MakeRandomField_ovl(mFM_combination_c* combi_table, mFM_combo_info_c* combo_info, int combo_count, GAME* game);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|