Changeset 8139 in orxonox.OLD
- Timestamp:
- Jun 3, 2006, 8:11:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/lib/script_engine/script_manager.h
r8138 r8139 21 21 { 22 22 public: 23 ScriptManager(); 23 24 ScriptManager(std::string& world); 24 25 ~ScriptManager(); … … 40 41 41 42 static ScriptManager* singletonRef; //!< Reference to this class 42 std::list< scriptableObject> objectList; //!< The list of all Objects in a world (read from the *.oxw file of the world)43 std::list<worldObject> objectList; //!< The list of all Objects in a world (read from the *.oxw file of the world) 43 44 std::string currentWorld; 44 45
Note: See TracChangeset
for help on using the changeset viewer.