1 2 3 4 5 6 7 8 9 10 11 12 13 14
//========= 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