Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2935 in orxonox.OLD for orxonox/trunk/src/object.h


Ignore:
Timestamp:
Nov 21, 2004, 3:32:08 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/src: merged importer into src again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/object.h

    r2866 r2935  
    1818extern int verbose; //!< fill be removed and added again as a verbose-class
    1919
     20
     21struct FaceElement
     22{
     23  char value[20];
     24  FaceElement* next;
     25};
    2026
    2127//! Class that handles 3D-Objects. it can also read them in and display them.
Note: See TracChangeset for help on using the changeset viewer.