X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fplatform.cpp;h=fa44f2b3c139ff0eec02f776dc1fa38230855c4e;hb=0608116fe96de0edda6dcd8d1e0e528ff1c73f9f;hp=b0f52dcf0ffb3834489d8145b1bd0e43cd0f5333;hpb=1bf422d97d83b23a2a523a601a95947ffa307f97;p=supertux.git diff --git a/src/scripting/platform.cpp b/src/scripting/platform.cpp index b0f52dcf0..fa44f2b3c 100644 --- a/src/scripting/platform.cpp +++ b/src/scripting/platform.cpp @@ -1,4 +1,4 @@ -// $Id: platform.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -36,18 +36,18 @@ namespace Scripting Platform::~Platform() { } - - void Platform::goto_node(int node_no) + + void Platform::goto_node(int node_no) { platform->goto_node(node_no); } - void Platform::start_moving() + void Platform::start_moving() { platform->start_moving(); } - void Platform::stop_moving() + void Platform::stop_moving() { platform->stop_moving(); }