diff options
author | athrxx | 2019-04-30 00:54:54 +0200 |
---|---|---|
committer | athrxx | 2019-04-30 00:55:55 +0200 |
commit | f9cc32304f026a6115e2135e0f64e736ed38298f (patch) | |
tree | 24cc952eae982197ab0224350fc72c3c9d91be8e | |
parent | e4218e2e1d79b308544bcc8b7ed9385a2861b506 (diff) | |
download | scummvm-rg350-f9cc32304f026a6115e2135e0f64e736ed38298f.tar.gz scummvm-rg350-f9cc32304f026a6115e2135e0f64e736ed38298f.tar.bz2 scummvm-rg350-f9cc32304f026a6115e2135e0f64e736ed38298f.zip |
KYRA: (Adlib driver) - replace dead link reference removed in 94596c2
(new link provided by sev)
-rw-r--r-- | engines/kyra/sound/drivers/adlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/sound/drivers/adlib.h b/engines/kyra/sound/drivers/adlib.h index a272e1710a..8368353e1f 100644 --- a/engines/kyra/sound/drivers/adlib.h +++ b/engines/kyra/sound/drivers/adlib.h @@ -43,6 +43,9 @@ #include "kyra/resource/resource.h" #include "common/mutex.h" +// Basic AdLib Programming: +// https://web.archive.org/web/20050322080425/http://www.gamedev.net/reference/articles/article446.asp + namespace Audio { class Mixer; |