X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FGame.h;h=102f026f222e5de705e45d722f7dd9d5a1720ebf;hb=1f3a04488655b851cb12cf3d4d331577b896de3f;hp=df174faaa0d605796172a985d7a32bd80766f047;hpb=ff29f47f799d99cec7c2a6aa2cf818da2b931fc5;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