shithub: cstory

ref: 07f70200d06d1cfa2e0d2841d8f91e21228bd05f
dir: /src/BossLife.h/

View raw version
#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);