A couple of cleanups I missed

This commit is contained in:
Jasmine Iwanek 2022-02-18 19:47:35 -05:00
parent 6b5fc80c50
commit 30e0c7f21b
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@
* Copyright 2008-2018 Sarah Walker.
* Copyright 2016-2018 Miran Grca.
*/
#ifndef SOUND_SND_SB_H
# define SOUND_SND_SB_H

View file

@ -16,10 +16,10 @@
* Copyright 2008-2018 Sarah Walker.
* Copyright 2016-2018 Miran Grca.
*/
#ifndef EMU_SOUND_H
# define EMU_SOUND_H
extern int sound_gain;
#define SOUNDBUFLEN (48000/50)