ref: 52c2a5ceee262e18b7e4ff7f3c117ab765c1efc8
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);