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