Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3427 in orxonox.OLD for orxonox/trunk/src/importer/model.h


Ignore:
Timestamp:
Feb 28, 2005, 11:38:10 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: cleaned up the includes, while watching some Monty Python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/importer/model.h

    r3418 r3427  
    77#define _MODEL_H
    88
    9 #include "../stdincl.h"
     9//#include "../stdincl.h"
    1010
    11 #include "array.h"
    1211#include "material.h"
    13 #include "vector.h"
     12
     13// FORWARD DEFINITION //
     14class Array;
     15class Vector;
    1416
    1517using namespace std;
     
    6264    char* name;         //!< the Name of the Group. this is an identifier, that can be accessed via the draw (char* name) function.
    6365
    64     GLuint listNumber;  //!< The number of the GL-List this Group gets.
     66    unsigned int listNumber;//!< The number of the GL-List this Group gets.
    6567    Face* firstFace;    //!< The first Face in this group.
    6668    Face* currentFace;  //!< The current Face in this Group (the one we are currently working with.)
Note: See TracChangeset for help on using the changeset viewer.