Show
Ignore:
Timestamp:
08/27/10 11:30:01 (21 months ago)
Author:
Carsten
Message:

Reintegrated branches/cafu_to_wx back into trunk!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaBSP/CaBSP.cpp

    r51 r136  
    4646 
    4747#include "ConsoleCommands/Console.hpp" 
     48#include "ConsoleCommands/ConsoleInterpreter.hpp" 
    4849#include "ConsoleCommands/ConsoleStdout.hpp" 
    4950#include "FileSys/FileManImpl.hpp" 
     
    7475static cf::ClipSys::CollModelManImplT CCM; 
    7576cf::ClipSys::CollModelManI* cf::ClipSys::CollModelMan=&CCM; 
     77 
     78ConsoleInterpreterI* ConsoleInterpreter=NULL; 
     79MaterialManagerI*    MaterialManager   =NULL; 
    7680 
    7781