00001 00006 #if !defined(_SIMULATION_UI_H_) 00007 #define _SIMULATION_UI_H_ 00008 00009 #if defined(__cplusplus) 00010 extern "C" { 00011 #endif 00012 00013 void showMap(void); 00014 void resizeMap(void); 00015 void cleanupMap(void); 00016 00017 #if defined(__cplusplus) 00018 } 00019 #endif 00020 00021 #endif