shithub: cstory

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