This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
nekohook/modules/source2013/sdk/game/shared/precipitation_shared.h
2020-08-04 13:13:01 -04:00

23 lines
517 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef PRECIPITATION_SHARED_H
#define PRECIPITATION_SHARED_H
#ifdef _WIN32
#pragma once
#endif
// Types of precipitation
enum PrecipitationType_t {
PRECIPITATION_TYPE_RAIN = 0,
PRECIPITATION_TYPE_SNOW,
PRECIPITATION_TYPE_ASH,
PRECIPITATION_TYPE_SNOWFALL,
NUM_PRECIPITATION_TYPES
};
#endif // PRECIPITATION_SHARED_H