/* ************************************************************* */ /* * VTRAMPUI.H * * Zachary Wolf * 8/17/98 */ /* Protection from multiple definitions */ #ifndef __VTRAMPUI_HEADER #define __VTRAMPUI_HEADER /* Includes */ #include "vtramp.h" /* Function declarations */ void vtrampui_init(int top_pos, int left_pos, struct vtramp_param_struct vtramp_par); void vtrampopui_init(int top_pos, int left_pos); void vtrampui_update(double delta_t_samp, int num_samp, double v[], double vt[]); /* End protection */ #endif