1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios/osx/inc/sim_model.h

6 lines
158 B
C

#include "pios_sim_priv.h"
extern int sim_model_init();
extern int sim_model_terminate();
extern int sim_model_step(float dT, struct pios_sim_state *state);