X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=102f026f222e5de705e45d722f7dd9d5a1720ebf;hb=6dc0cb8a0ff8bb50f3317c6c5e9e9d30391baa00;hp=df174faaa0d605796172a985d7a32bd80766f047;hpb=7d89354018ef03ca4256ae63db3a8c89df5f277d;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index df174fa..102f026 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -164,7 +164,7 @@ void fireSound(int sound = fireendsound); void setKeySelected(); void inputText(std::string& str, unsigned* charselected); -void flash(); +void flash(float amount = 1, int delay = 1); } #ifndef __forceinline