Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 5, 2005, 4:13:50 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: implemented a simple LoadScreen that just displays a bmp image (format will change - not important yet). You must copy a bmp file to the src directory to see the effect. if there is no bmp file, the LoadScreen won't appear. I have made a little bmp, that can be found on the server

File:
1 edited

Legend:

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

    r3336 r3338  
    9393  void display ();
    9494  void debug ();
     95
     96  void swap (unsigned char &a, unsigned char &b); /* \todo: this function doesn't belong here, this should be part of a image class*/
    9597};
    9698
Note: See TracChangeset for help on using the changeset viewer.