Files
cool-source-archive/engine/gl_water.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

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