heptagon/examples/MC_memalloc/mc_TypeInputs.epi

11 lines
194 B
Plaintext
Raw Normal View History

2011-09-09 16:31:41 +02:00
type tinputspanel = {
p_slope : float;
p_speed : float;
p_id : int;
p_x0 : float;
p_y0 : float;
p_reset : bool
}
type tinputspanelarray = tinputspanel^4