Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/defs/stdincl.h

    r3530 r3746  
    99#define _STDINCL_H
    1010               
    11 #define null 0   //!< null
    12 
    1311typedef unsigned char byte;
    1412
     
    2321
    2422#include <assert.h>
     23#include <stddef.h>
    2524#include <stdlib.h>
    2625#include <string.h>
     
    2827#include "glincl.h"
    2928
    30 #include "error.h"
    31 #include "debug.h"
    3229
    3330// MATH //
     
    3936#include "list_template.h"
    4037#include "message_structures.h"
    41 #include "orxonox.h"
    4238#include "data_tank.h"
    4339#include "base_object.h"
    4440#include "factory.h"
     41#include "debug.h"
    4542
    4643#define CREATE_FACTORY(x) \
Note: See TracChangeset for help on using the changeset viewer.