mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
39 lines
1.2 KiB
C
39 lines
1.2 KiB
C
/* Copyright (c) 2002-2012 Croteam Ltd.
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of version 2 of the GNU General Public License as published by
|
|
the Free Software Foundation
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
|
|
|
|
// Animation names
|
|
#define GRUNT_ANIM_PATROLPOSE 0
|
|
#define GRUNT_ANIM_IDLE 1
|
|
#define GRUNT_ANIM_IDLEPATROL 2
|
|
#define GRUNT_ANIM_FIRE 3
|
|
#define GRUNT_ANIM_RUN 4
|
|
#define GRUNT_ANIM_WOUND01 5
|
|
#define GRUNT_ANIM_DEATHFORWARD 6
|
|
#define GRUNT_ANIM_DEATHBACKWARD 7
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define GRUNT_COLLISION_BOX_DEFAULT 0
|
|
#define GRUNT_COLLISION_BOX_DEATH 1
|
|
|
|
// Attaching position names
|
|
#define GRUNT_ATTACHMENT_GUN_COMMANDER 0
|
|
#define GRUNT_ATTACHMENT_GUN_SMALL 1
|
|
|
|
// Sound names
|