X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Flevel_time.hpp;h=2ef9c8c698ce8ceb6c6c6df6c24b270fce843456;hb=20f50f690c18aefbedeeb43eda094c8cb70351a9;hp=45f001a6eed77ffd8714072e2a879e07f6e5b7f4;hpb=97571f801799e77920f32dbc433a805053fe6124;p=supertux.git diff --git a/src/object/level_time.hpp b/src/object/level_time.hpp index 45f001a6e..2ef9c8c69 100644 --- a/src/object/level_time.hpp +++ b/src/object/level_time.hpp @@ -31,23 +31,23 @@ class LevelTime : public GameObject, public ScriptInterface { public: LevelTime(const lisp::Lisp& reader); - + virtual void expose(HSQUIRRELVM vm, SQInteger table_idx); virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx); void update(float elapsed_time); void draw(DrawingContext& context); - /** + /** * @name Scriptable Methods - * @{ + * @{ */ /** * Resumes the countdown */ void start(); - + /** * Pauses the countdown */ @@ -63,8 +63,8 @@ public: */ void set_time(float time_left); - /** - * @} + /** + * @} */ private: