#ifndef HUD_H #define HUD_H /*---------------------------------------------------------------------------*/ void hud_init(void); void hud_free(void); void hud_paint(void); /*---------------------------------------------------------------------------*/ #endif