/* ************************************************************** */ /* * QUADDETUI.H * * Zachary Wolf * 3/23/99 */ #ifndef __QUADDETUI_HEADER #define __QUADDETUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void quaddetui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif