Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3204 in orxonox.OLD for orxonox/trunk/src/stdincl.h


Ignore:
Timestamp:
Dec 17, 2004, 5:39:03 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added simple debug-function PRINTF()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/stdincl.h

    r3193 r3204  
    1010
    1111#define null 0   //!< null
     12
     13// this includes the information from configure/makefiles
     14#if HAVE_CONFIG_H
     15#include <config.h>
     16#endif
    1217
    1318#ifdef __WIN32__
     
    3035#include "list_template.h"
    3136#include "error.h"
     37#include "debug.h"
    3238#include "message_structures.h"
    3339#include "orxonox.h"
Note: See TracChangeset for help on using the changeset viewer.