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