#ifndef _HUD_H_ #define _HUD_H_ #include "global.h" int speedo(float speed); int fpscount(); int radar(int range); int timer(); int drawhud(); #endif