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/CaLight/CaLight.cpp

    r51 r136  
    6868#include "Bitmap/Bitmap.hpp" 
    6969#include "ConsoleCommands/Console.hpp" 
     70#include "ConsoleCommands/ConsoleInterpreter.hpp" 
    7071#include "ConsoleCommands/ConsoleStdout.hpp" 
    7172#include "FileSys/FileManImpl.hpp" 
     
    9596static cf::ClipSys::CollModelManImplT CCM; 
    9697cf::ClipSys::CollModelManI* cf::ClipSys::CollModelMan=&CCM; 
     98 
     99ConsoleInterpreterI* ConsoleInterpreter=NULL; 
     100MaterialManagerI*    MaterialManager   =NULL; 
    97101 
    98102