diff options
author | Strangerke | 2011-06-13 18:23:48 +0200 |
---|---|---|
committer | Strangerke | 2011-06-13 18:23:48 +0200 |
commit | 44cf1872e22dc673dde422faa255a1fd7e6e78e8 (patch) | |
tree | 136602af23431b66acc425a9d3ad73d165db61b4 /engines | |
parent | 9918344cdc596d211c2c03b5c31f669f06c89f0f (diff) | |
download | scummvm-rg350-44cf1872e22dc673dde422faa255a1fd7e6e78e8.tar.gz scummvm-rg350-44cf1872e22dc673dde422faa255a1fd7e6e78e8.tar.bz2 scummvm-rg350-44cf1872e22dc673dde422faa255a1fd7e6e78e8.zip |
CGE: Fix one linker error
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"); } |