00001 /*========================================================================= 00002 00003 Program: 3DMed 00004 Date: $Date: 2014-02-25 18:30:00 +0800 $ 00005 Version: $Version: 4.6.0 $ 00006 Copyright: MIPG, Institute of Automation, Chinese Academy of Sciences 00007 00008 =========================================================================*/ 00009 00010 #ifndef _mitkGlewInit_h 00011 #define _mitkGlewInit_h 00012 00013 #include "mitkVisualization2Includes.h" 00014 00015 MITK_VISUALIZATION2_API void mitkGlewInit(); 00016 00017 #endif