source2006/cl_dll/c_effects.h
2020-02-25 05:28:57 +02:00

18 lines
340 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef C_EFFECTS_H
#define C_EFFECTS_H
#ifdef _WIN32
#pragma once
#endif
// Draw rain effects.
void DrawPrecipitation();
#endif // C_EFFECTS_H