shithub: wipeout

ref: cae57ac561786c0e08f75f0ca21e7f0c61793939
dir: /src/wipeout/hud.h/

View raw version
#ifndef HUD_H
#define HUD_H

#include "ship.h"

void hud_load(void);
void hud_draw(ship_t *ship);

#endif