Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5427 in orxonox.OLD for trunk/src/lib/graphics/importer


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

orxonox/trunk: some minor include stuff

Location:
trunk/src/lib/graphics/importer
Files:
2 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;
  • trunk/src/lib/graphics/importer/model.cc

    r5390 r5427  
    2020#include "model.h"
    2121
     22#include "stdlibincl.h"
    2223#include <math.h>
     24
    2325#include <stdarg.h>
    2426
Note: See TracChangeset for help on using the changeset viewer.