ref: 1df1248e2ed1da19d45c20b0d2f7c4a85bb44850
dir: /src/BossLife.h/
#pragma once
#include "WindowsWrapper.h"
typedef struct BOSSLIFE // Not the original struct name
{
BOOL flag;
int *pLife;
int max;
int br;
int count;
} BOSSLIFE;
extern BOSSLIFE gBL;
void InitBossLife(void);
BOOL StartBossLife(int code_event);
BOOL StartBossLife2(void);
void PutBossLife(void);