svn-id: r21920
This commit is contained in:
Max Horn 2006-04-15 21:27:56 +00:00
parent 68450b31e3
commit ce13d8e946
3 changed files with 6 additions and 6 deletions

View file

@ -20,8 +20,8 @@
*
*/
#ifndef AUDIOSTREAM_H
#define AUDIOSTREAM_H
#ifndef SOUND_AUDIOSTREAM_H
#define SOUND_AUDIOSTREAM_H
#include "common/stdafx.h"
#include "common/util.h"

View file

@ -24,8 +24,8 @@
*/
#ifndef FMOPL_H_
#define FMOPL_H_
#ifndef SOUND_FMOPL_H
#define SOUND_FMOPL_H
#include "common/scummsys.h"

View file

@ -22,8 +22,8 @@
//! \brief Declarations related to the MidiParser class
#ifndef INCLUDED_MIDIPARSER
#define INCLUDED_MIDIPARSER
#ifndef SOUND_MIDIPARSER_H
#define SOUND_MIDIPARSER_H
#include "common/scummsys.h"
#include "common/endian.h"