/* ************************************************************** */ /* * MOVEMAGUI.H * * Zachary Wolf * 9/7/05 */ #ifndef __MOVEMAGUI_HEADER #define __MOVEMAGUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void movemagui_init(int top_pos, int left_pos); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif