Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5174 in orxonox.OLD for trunk/src/defs/debug.h


Ignore:
Timestamp:
Sep 11, 2005, 10:30:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellBuffer is extern to Shell now… (But NOT used in Shell yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/debug.h

    r5076 r5174  
    2727
    2828#include "confincl.h"
    29 #include "shell.h"
     29#include "shell_buffer.h"
    3030
    3131#include <stdio.h>
     
    100100//#ifdef
    101101#define PRINTF(x)        PRINT(x)
    102 #define PRINT_EXEC       Shell::addBufferLineStatic
     102#define PRINT_EXEC       ShellBuffer::addBufferLineStatic
    103103
    104104#ifndef PRINTF
Note: See TracChangeset for help on using the changeset viewer.