/* ************************************************************** */ /* * MOVEXYUI.H * * Zachary Wolf * 12/19/00 */ #ifndef __MOVEXYUI_HEADER #define __MOVEXYUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void movexyui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif