mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
19 lines
423 B
C
19 lines
423 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define DOUBLESHOTGUNITEM_ANIM_CENTERED 0
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define DOUBLESHOTGUNITEM_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
#define DOUBLESHOTGUNITEM_ATTACHMENT_HANDLE 0
|
|
#define DOUBLESHOTGUNITEM_ATTACHMENT_BARRELS 1
|
|
#define DOUBLESHOTGUNITEM_ATTACHMENT_SWITCH 2
|
|
|
|
// Sound names
|