Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2005, 6:06:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor include stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/abstract_model.h

    r5280 r5427  
    2222#define _ABSTRACT_MODEL_H
    2323
    24 #include "stdincl.h"
    2524#include "base_object.h"
    2625
     
    4241typedef struct
    4342{
    44   byte             v[3];                 //!< the vector of the vertex
     43  char             v[3];                 //!< the vector of the vertex
    4544  unsigned char    lightNormalIndex;     //!< the index of the light normal
    4645} sVertex;
Note: See TracChangeset for help on using the changeset viewer.