mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00: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
|
|
|
|
|