X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworld.hpp;h=f59e5cca80830847662d0f777945defabc51b0ce;hb=403276e51afda11d0738be756025411d9103a6ed;hp=891a4388471256727ddc0696467533c1fecb062e;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/world.hpp b/src/world.hpp index 891a43884..f59e5cca8 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -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 -