X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ftime_scheduler.hpp;h=d26cb763bb7cf3d9bc312831a87265146f6e5dc0;hb=86e5914510fc29f4decbb66a7d602872b6c8555e;hp=05c6569ee6e0cdb437aedc485519558a901ce475;hpb=c62711567861587107d124642db29e2674ee6533;p=supertux.git diff --git a/src/scripting/time_scheduler.hpp b/src/scripting/time_scheduler.hpp index 05c6569ee..d26cb763b 100644 --- a/src/scripting/time_scheduler.hpp +++ b/src/scripting/time_scheduler.hpp @@ -1,4 +1,4 @@ -// $Id: script_manager.hpp 3379 2006-04-20 18:44:10Z matzebraun $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -54,7 +54,7 @@ private: return wakeup_time > other.wakeup_time; } }; - + typedef std::vector ScheduleHeap; ScheduleHeap schedule; }; @@ -62,4 +62,3 @@ private: } #endif -