#ifndef __GAME_NOTE_H__ #define __GAME_NOTE_H__ class hhNote : public hhConsole { public: CLASS_PROTOTYPE( hhNote ); void Spawn( void ); }; #endif /* __GAME_NOTE_H__ */