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

    r51 r136  
    2727 
    2828#include "ConsoleCommands/Console.hpp" 
     29#include "ConsoleCommands/ConsoleInterpreter.hpp" 
    2930#include "ConsoleCommands/ConsoleStdout.hpp" 
    3031#include "FileSys/FileManImpl.hpp" 
     
    6061static cf::FileSys::FileManImplT FileManImpl; 
    6162cf::FileSys::FileManI* cf::FileSys::FileMan=&FileManImpl; 
     63 
     64ConsoleInterpreterI* ConsoleInterpreter=NULL; 
     65MaterialManagerI*    MaterialManager   =NULL; 
    6266 
    6367