mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
20 lines
420 B
C
20 lines
420 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
// Animation names
|
|
#define COVERPAGES_ANIM_LEFTCLOSED 0
|
|
#define COVERPAGES_ANIM_LEFTOPENED 1
|
|
#define COVERPAGES_ANIM_OPENING 2
|
|
#define COVERPAGES_ANIM_RIGHTCLOSED 3
|
|
#define COVERPAGES_ANIM_RIGHTOPENING 4
|
|
|
|
// Color names
|
|
|
|
// Patch names
|
|
|
|
// Names of collision boxes
|
|
#define COVERPAGES_COLLISION_BOX_PART_NAME 0
|
|
|
|
// Attaching position names
|
|
|
|
// Sound names
|