/* ************************************************************* */ /* * MOVEXPARAM.H * * Zachary Wolf * 1/28/00 */ #ifndef __MOVEXPARAM_HEADER #define __MOVEXPARAM_HEADER /* ************************************************************* */ /* INCLUDES */ #include "movex.h" /* ************************************************************* */ /* PUBLIC FUNCTION DECLARATIONS */ void movexparam_fill_param_struct(struct movex_param_struct* movex_param); /* ************************************************************** */ /* DONE */ #endif