shithub: cstory

ref: c93ed6a0144c7b9bdfe8f87299ce7181d2492e7b
dir: /src/Flash.h/

View raw version
#pragma once

void InitFlash(void);
void SetFlash(int x, int y, int mode);
void ActFlash_Explosion(int flx, int fly);
void ActFlash_Flash(void);
void ActFlash(int flx, int fly);
void PutFlash(void);
void ResetFlash(void);