/* ************************************************************** */ /* * MOVEXUI.H * * Zachary Wolf * 6/15/01 */ #ifndef __MOVEXUI_HEADER #define __MOVEXUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void movexui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif