Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3336 in orxonox.OLD for orxonox/branches/parenting/src/world.h


Ignore:
Timestamp:
Jan 5, 2005, 2:05:31 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: enhanced graphics initialisation. minor change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/world.h

    r3335 r3336  
    4949  void unload ();
    5050  bool command (Command* cmd);
     51  virtual void displayLoadScreen();
     52  virtual void releaseLoadScreen();
    5153 
    5254  void setTrackLen (Uint32 tracklen);
     
    7880  int debugWorldNr;
    7981  GLuint objectList;
     82  SDL_Surface *loadImage;
    8083
    8184  WorldEntity* localPlayer;
Note: See TracChangeset for help on using the changeset viewer.