X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fcamera.hpp;h=07a92d001c20340fb651165240ad0400e0a06c42;hb=113cdbf07f441329690714a53a436503ab1d4b35;hp=ed7b5a7e2adf87816fc83c0d044a956b1318e3dd;hpb=f3e5e57c9996168a4889ae8e195be25f8b7e629b;p=supertux.git diff --git a/src/object/camera.hpp b/src/object/camera.hpp index ed7b5a7e2..07a92d001 100644 --- a/src/object/camera.hpp +++ b/src/object/camera.hpp @@ -1,7 +1,7 @@ // $Id$ // -// SuperTux - A Jump'n Run -// Copyright (C) 2004 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -16,6 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #ifndef SUPERTUX_CAMERA_H #define SUPERTUX_CAMERA_H @@ -61,8 +62,8 @@ public: { } - virtual void expose(HSQUIRRELVM vm, int table_idx); - virtual void unexpose(HSQUIRRELVM vm, int table_idx); + virtual void expose(HSQUIRRELVM vm, SQInteger table_idx); + virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx); // shake camera in a direction 1 time void shake(float speed, float x, float y);