mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 12:14:35 +02:00
Initial Prey Game integration support.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef __GAME_NOTE_H__
|
||||
#define __GAME_NOTE_H__
|
||||
|
||||
class hhNote : public hhConsole {
|
||||
public:
|
||||
CLASS_PROTOTYPE( hhNote );
|
||||
|
||||
void Spawn( void );
|
||||
};
|
||||
|
||||
|
||||
#endif /* __GAME_NOTE_H__ */
|
||||
Reference in New Issue
Block a user