Changeset 3459 in orxonox.OLD for orxonox/trunk/src/world.h
- Timestamp:
- Mar 9, 2005, 1:00:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.h
r3456 r3459 31 31 World (int worldID); 32 32 virtual ~World (); 33 33 34 35 /* classes from story-entity */ 36 virtual ErrorMessage load (); 34 37 virtual ErrorMessage init (); 35 38 virtual ErrorMessage start (); … … 37 40 virtual ErrorMessage pause (); 38 41 virtual ErrorMessage resume (); 42 virtual ErrorMessage destroy (); 39 43 40 virtual void load();41 virtual void destroy();44 virtual void displayLoadScreen(); 45 virtual void releaseLoadScreen(); 42 46 43 //static void vertexCallback (GLfloat* vertex);44 47 45 void timeSlice (Uint32 deltaT);46 void collide (); 48 /* main functions for world-looping */ 49 47 50 void draw (); 48 51 void update (); // maps Locations to Placements 49 52 //void calcCameraPos (Location* loc, Placement* plc); 50 53 51 void unload ();52 54 bool command (Command* cmd); 53 virtual void displayLoadScreen(); 54 virtual void releaseLoadScreen(); 55 55 56 56 57 //bool system_command (Command* cmd); … … 90 91 void handleInput (); 91 92 void timeSlice (); 92 void colli sion();93 void collide (); 93 94 void display (); 94 95 void debug ();
Note: See TracChangeset
for help on using the changeset viewer.