|
//définitions des effets sonors
|
|
// inclus par un et un seul fichier
|
|
|
|
#define NO_EFFECT 0
|
|
#define GREVERB1 1
|
|
#define GREVERB2 2
|
|
#define GREVERB3 3
|
|
#define GREVERB4 4
|
|
#define GFLANGE 5
|
|
#define LOCAL 6
|
|
|
|
//---- VARIABLES
|
|
|
|
|
|
long Sound_Global_Effect;
|
|
long Sound_Local_Effect;
|
|
|
|
|
|
|
|
|