Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2005, 10:40:25 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Got the system to compile, the basic backbone now runs. What remains to be done is implementing all necessary functions to load all vital classes into a world

File:
1 edited

Legend:

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

    r3499 r3530  
    2323
    2424
    25 #ifndef _ERROR_H
    26 #define _ERROR_H
     25#ifndef _ORX_ERROR_H
     26#define _ORX_ERROR_H
    2727
    2828// these are the two undefined error nr. Don't use them ...
     
    5454*/
    5555
    56 typedef struct
     56typedef struct ErrorMessage
    5757{
    5858  int code;
Note: See TracChangeset for help on using the changeset viewer.