/* ************************************************************** */ /* * SENSORUI.H * * Zachary Wolf * 1/28/00 */ #ifndef __SENSORUI_HEADER #define __SENSORUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void sensorui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif