Files
DoomRTX/neo/prey/Prey/game_note.h
T
2026-05-05 15:01:01 -07:00

14 lines
178 B
C++

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