This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions

16
engine/gl_water.h Normal file
View File

@@ -0,0 +1,16 @@
//========= 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