shithub: cstory

ref: 7f953924ebace27c2b161468908ddafcc0573f77
dir: /src/BossLife.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

#ifdef __cplusplus
extern "C" {
#endif

void InitBossLife(void);
BOOL StartBossLife(int code_event);
BOOL StartBossLife2(void);
void PutBossLife(void);

#ifdef __cplusplus
}
#endif