diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge/general.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/general.cpp b/engines/cge/general.cpp index e68533d0b2..03e5126436 100644 --- a/engines/cge/general.cpp +++ b/engines/cge/general.cpp @@ -93,6 +93,8 @@ DAC StdPal[] = {// R G B { 255, 255, 255}, // 255 }; +DRVINFO SNDDrvInfo; + EC void _fqsort(void *base, uint16 nelem, uint16 width, int (*fcmp)(const void *, const void *)) { warning("STUB: _fqsort"); } |