18 lines
273 B
C
18 lines
273 B
C
/***
|
|
*
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
*
|
|
* See the file LICENSE attached with the sources for usage details.
|
|
*
|
|
****/
|
|
|
|
enum {
|
|
ENT_PLAYER = 1,
|
|
ENT_AMBIENTSOUND,
|
|
ENT_SPRITE,
|
|
ENT_SPRAY,
|
|
#ifdef VALVE
|
|
ENT_TRIPMINE,
|
|
#endif
|
|
ENT_DECAL
|
|
};
|