Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/sound/hud/hud.h @ 2974

Last change on this file since 2974 was 2974, checked in by simon, 20 years ago

/branches/sound: reorganized sound to be compiled on its own and made new hud class

File size: 84 bytes
Line 
1#ifndef HUD_H
2#define HUD_H
3
4class Hud {
5
6 public:
7  Hud ();
8  ~Hud ();
9
10};
11
12#endif
Note: See TracBrowser for help on using the repository browser.