mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 10:50:26 +01:00
18 lines
323 B
C
18 lines
323 B
C
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
// Animation names
|
||
|
#define SWITCH_ANIM_STANDING 0
|
||
|
#define SWITCH_ANIM_GOINGON 1
|
||
|
#define SWITCH_ANIM_GOINGOFF 2
|
||
|
|
||
|
// Color names
|
||
|
|
||
|
// Patch names
|
||
|
|
||
|
// Names of collision boxes
|
||
|
#define SWITCH_COLLISION_BOX_PART_NAME 0
|
||
|
|
||
|
// Attaching position names
|
||
|
|
||
|
// Sound names
|