2000-10-05 16:37:46 +02:00
|
|
|
#ifndef __SPEECH_DEFINES_H__
|
|
|
|
#define __SPEECH_DEFINES_H__
|
|
|
|
|
|
|
|
typedef u32 SpeechEquate;
|
|
|
|
|
2001-05-03 21:11:09 +02:00
|
|
|
#include "sound\Bank0_Speech.h"
|
|
|
|
#include "sound\Bank1_Speech.h"
|
|
|
|
#include "sound\Bank2_Speech.h"
|
|
|
|
#include "sound\Bank3_Speech.h"
|
|
|
|
#include "sound\Bank4_Speech.h"
|
|
|
|
#include "sound\Bank5_Speech.h"
|
|
|
|
|
2000-10-05 16:37:46 +02:00
|
|
|
#endif
|