#ifndef FENG_H #define FENG_H #include "math/pos.h" #include "math/angle.h" extern float FE_dh,FE_dv,FE_roulis; extern FE_Position FE_user={0,0,0}; void FE_new_frame(); // calls move function // int FE_get_fps(); #endif