mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
15 lines
266 B
C
15 lines
266 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
|
|
#ifndef SMOKE_FOG_OVERLAY_SHARED_H
|
|
#define SMOKE_FOG_OVERLAY_SHARED_H
|
|
|
|
|
|
#define SMOKEGRENADE_PARTICLERADIUS 80
|
|
#define SMOKEPARTICLE_OVERLAP 20
|
|
#define SMOKEPARTICLE_SIZE 80
|
|
|
|
|
|
#endif
|
|
|
|
|