#ifndef HUD_H #define HUD_H class Hud { public: Hud (); ~Hud (); }; #endif