mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
17 lines
347 B
C
17 lines
347 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//
|
|
//=============================================================================//
|
|
#ifndef GL_WATER_H
|
|
#define GL_WATER_H
|
|
#pragma once
|
|
|
|
// sky
|
|
extern void R_DrawSkyBox (float zFar, int nDrawFlags = 0x3F );
|
|
|
|
#endif // GL_WATER_H
|
|
|