summaryrefslogtreecommitdiff
path: root/game/client/tf/c_tf_fx.h
blob: 23e6cbb18adb294720f7cee8f841fb23ab97cc85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//========= Copyright Valve Corporation, All rights reserved. ============//
#ifndef C_TF_FX_H
#define C_TF_FX_H

#ifdef _WIN32
#pragma once
#endif

// See comments in tf_fx.h
const int kInvalidEHandleExplosion = MAX_EDICTS - 1;
const int kInvalidEHandleParticleEffect = MAX_EDICTS - 1;

#endif