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