]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Cleaned a bit flashing by using a function
[lugaru.git] / Source / Game.h
index df174faaa0d605796172a985d7a32bd80766f047..102f026f222e5de705e45d722f7dd9d5a1720ebf 100644 (file)
@@ -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