mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
AUDIO: Removed standard headers from soundfont2 code. Updated license comment.
This commit is contained in:
parent
487e4ec27a
commit
cc1de3f102
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_COMMON_H
|
||||
#define AUDIO_SOUNDFONT_COMMON_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "common/memstream.h"
|
||||
|
@ -22,14 +22,12 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#ifndef AUDIO_SOUNDFONT_RAWFILE_H
|
||||
#define AUDIO_SOUNDFONT_RAWFILE_H
|
||||
|
||||
#include <climits>
|
||||
#include <cassert>
|
||||
#include "common/stream.h"
|
||||
#include "common/str.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "rifffile.h"
|
||||
|
@ -22,13 +22,11 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_RIFFFILE_H
|
||||
#define AUDIO_SOUNDFONT_RIFFFILE_H
|
||||
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
#include "common/scummsys.h"
|
||||
#include "common/list.h"
|
||||
#include "common/str.h"
|
||||
|
@ -22,10 +22,9 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include "common/scummsys.h"
|
||||
#include "common/str.h"
|
||||
#include "sf2file.h"
|
||||
|
@ -22,12 +22,12 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_SF2FILE_H
|
||||
#define AUDIO_SOUNDFONT_SF2FILE_H
|
||||
|
||||
#include <common/endian.h>
|
||||
#include "common/endian.h"
|
||||
#include "common/scummsys.h"
|
||||
#include "common/array.h"
|
||||
#include "common/str.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "synthfile.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_SYNTHFILE_H
|
||||
#define AUDIO_SOUNDFONT_SYNTHFILE_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_PSXSPU_H
|
||||
#define AUDIO_SOUNDFONT_PSXSPU_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_VAB_H
|
||||
#define AUDIO_SOUNDFONT_VAB_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_VGMCOLL_H
|
||||
#define AUDIO_SOUNDFONT_VGMCOLL_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_VGMINSTRSET_H
|
||||
#define AUDIO_SOUNDFONT_VGMINSTRSET_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_VGMITEM_H
|
||||
#define AUDIO_SOUNDFONT_VGMITEM_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
|
||||
#include "vgmsamp.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
/*
|
||||
* VGMTrans (c) 2002-2019
|
||||
* Licensed under the zlib license,
|
||||
* refer to the included LICENSE.txt file
|
||||
* refer to the included VGMTrans_LICENSE.txt file
|
||||
*/
|
||||
#ifndef AUDIO_SOUNDFONT_VGMSAMP_H
|
||||
#define AUDIO_SOUNDFONT_VGMSAMP_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user