mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
1
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//========= 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
|
||||
Reference in New Issue
Block a user