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

    r51 r136  
    6767#include "Templates/Array.hpp" 
    6868#include "ConsoleCommands/Console.hpp" 
     69#include "ConsoleCommands/ConsoleInterpreter.hpp" 
    6970#include "ConsoleCommands/ConsoleStdout.hpp" 
    7071#include "FileSys/FileManImpl.hpp" 
     
    9798static cf::ClipSys::CollModelManImplT CCM; 
    9899cf::ClipSys::CollModelManI* cf::ClipSys::CollModelMan=&CCM; 
     100 
     101ConsoleInterpreterI* ConsoleInterpreter=NULL; 
     102MaterialManagerI*    MaterialManager   =NULL; 
    99103 
    100104