X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ffadeout.hpp;h=b005b8c28986affb10dc1313de95421ce95ad944;hb=8b8e1c3576cedddb1d88eafa5fd4804e8257793c;hp=4afcdfadb0845b35d74e9b728002382f07c49612;hpb=9b58f72e1c6900540c0ee00a800ed57d2c1f4974;p=supertux.git diff --git a/src/fadeout.hpp b/src/fadeout.hpp index 4afcdfadb..b005b8c28 100644 --- a/src/fadeout.hpp +++ b/src/fadeout.hpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -33,7 +33,7 @@ public: virtual void update(float elapsed_time); virtual void draw(DrawingContext& context); - + /// returns true if the effect is completed virtual bool done(); @@ -44,4 +44,3 @@ private: }; #endif -