diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-11-25 22:07:35 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 4508748944c293618d775e346c998f025cf6d1cd (patch) | |
| tree | 4a6ac5348e7aef7b1e9c2057ef2fc0261cc5c3a1 /src/win95/cd_player.h | |
| parent | b4a55b2618721e825a884955b4266acb882f3811 (diff) | |
CD Audio Support.
Diffstat (limited to 'src/win95/cd_player.h')
| -rw-r--r-- | src/win95/cd_player.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/win95/cd_player.h b/src/win95/cd_player.h index 70e8a2e..9180f06 100644 --- a/src/win95/cd_player.h +++ b/src/win95/cd_player.h @@ -1,3 +1,6 @@ +#ifndef __WIN95_CDPLAYER_H__ +#define __WIN95_CDPLAYER_H__ + /* KJL 12:40:35 07/05/98 - This is code derived from Patrick's original stuff & moved into it's own file. */ @@ -107,4 +110,6 @@ extern void PlatCDDAManagementCallBack(WPARAM flags, LONG deviceId); -extern int CDPlayerVolume;
\ No newline at end of file +extern int CDPlayerVolume; + +#endif |
