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

15 lines
215 B
C++

#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__ */