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/debug.h

    r3499 r3530  
    2222#define _DEBUG_H
    2323
     24#if HAVE_CONFIG_H
     25#include <config.h>
     26#endif
     27
     28#include <stdio.h>
     29
    2430#define NO              0
    2531#define ERR             1
     
    2834#define DEBUGING        4
    2935
    30 #if HAVE_CONFIG_H
    31 #include <config.h>
    32 #endif
    33 
    34 #include <stdio.h>
    35 
    3636///////////////////////////////////////////////////
    3737/// PRINTF: prints with filename and linenumber ///
    3838///////////////////////////////////////////////////
    39 
    4039#ifdef DEBUG
    4140extern int verbose;
    4241#define PRINTF(x) \
    4342           PRINTF ## x
    44 
     43           
    4544#if DEBUG >= ERR
    4645#define PRINTF1 \
     
    9291#define PRINT(x) \
    9392  PRINT ## x
    94 
     93 
    9594#if DEBUG >= ERR
    9695#define PRINT1  \
Note: See TracChangeset for help on using the changeset viewer.