/* ************************************************************** */ /* * MOVEZUI.H * * Zachary Wolf * 8/24/98 */ #ifndef __MOVEZUI_HEADER #define __MOVEZUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void movezui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif