aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/sound.h')
-rw-r--r--engines/mortevielle/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mortevielle/sound.h b/engines/mortevielle/sound.h
index c469706305..9ad46e84d3 100644
--- a/engines/mortevielle/sound.h
+++ b/engines/mortevielle/sound.h
@@ -32,10 +32,11 @@
#include "audio/mixer.h"
#include "common/mutex.h"
#include "common/queue.h"
-#include "mortevielle/var_mor.h"
namespace Mortevielle {
+typedef int tablint[256];
+
/**
* Structure used to store pending notes to play
*/