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/CaTools/CaSanity.cpp

    r51 r136  
    5252#include "Templates/Array.hpp" 
    5353#include "ConsoleCommands/Console.hpp" 
     54#include "ConsoleCommands/ConsoleInterpreter.hpp" 
    5455#include "ConsoleCommands/ConsoleStdout.hpp" 
    5556#include "FileSys/FileManImpl.hpp" 
     
    7778static cf::ClipSys::CollModelManImplT CCM; 
    7879cf::ClipSys::CollModelManI* cf::ClipSys::CollModelMan=&CCM; 
     80 
     81ConsoleInterpreterI* ConsoleInterpreter=NULL; 
     82MaterialManagerI*    MaterialManager   =NULL; 
    7983 
    8084