X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworld.hpp;h=f59e5cca80830847662d0f777945defabc51b0ce;hb=7c579d3ef0a6667c18b53dad84c63c05d2760a84;hp=2b0de34a8409c8966e5c1a9029fcc68e45c451fc;hpb=ba598f2a1c377a42c76088cc7e234917ab25e693;p=supertux.git diff --git a/src/world.hpp b/src/world.hpp index 2b0de34a8..f59e5cca8 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -1,5 +1,5 @@ // $Id$ -// +// // SuperTux // Copyright (C) 2006 Matthias Braun // @@ -12,7 +12,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// +// // 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. @@ -31,6 +31,7 @@ private: std::string savegame_filename; /// squirrel table that saves persistent state (about the world) HSQOBJECT state_table; + HSQOBJECT world_thread; static World* current_; public: @@ -42,7 +43,7 @@ public: void save_state(); void load_state(); - + const std::string& get_level_filename(unsigned int i) const; unsigned int get_num_levels() const; @@ -62,4 +63,3 @@ public: }; #endif -