Skip to content

Commit 525c770

Browse files
committed
Use fmod 1.10.14 headers instead
1 parent 5181e93 commit 525c770

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

source/FMOD_SDL_HEADERS/fmod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* ======================================================================================== */
44
/* FMOD Studio Low Level API - C header file. */
5-
/* Copyright (c), Firelight Technologies Pty, Ltd. 2012-2020. */
5+
/* Copyright (c), Firelight Technologies Pty, Ltd. 2012-2019. */
66
/* */
77
/* Use this header in conjunction with fmod_common.h (which contains all the constants / */
88
/* callbacks) to develop using C interface. */

source/FMOD_SDL_HEADERS/fmod_codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ======================================================================================================== */
2-
/* FMOD Studio - codec development header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2020. */
2+
/* FMOD Studio - codec development header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2019. */
33
/* */
44
/* Use this header if you are wanting to develop your own file format plugin to use with */
55
/* FMOD's codec system. With this header you can make your own fileformat plugin that FMOD */

source/FMOD_SDL_HEADERS/fmod_common.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*$ preserve start $*/
22

33
/* ================================================================================================== */
4-
/* FMOD Studio - Common C/C++ header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2020. */
4+
/* FMOD Studio - Common C/C++ header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2019. */
55
/* */
66
/* This header is included by fmod.hpp (C++ interface) and fmod.h (C interface) therefore is the */
77
/* base header for all FMOD headers. */
@@ -15,7 +15,7 @@
1515
0xaaaabbcc -> aaaa = major version number. bb = minor version number. cc = development version number.
1616
*/
1717

18-
#define FMOD_VERSION 0x00011020
18+
#define FMOD_VERSION 0x00011014
1919

2020
/*
2121
Compiler specific settings.
@@ -31,7 +31,7 @@
3131

3232
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__ORBIS__) || defined(__psp2__)
3333
#define F_EXPORT __declspec(dllexport)
34-
#elif defined(__APPLE__) || defined(__ANDROID__) || defined(__linux__) || defined(F_USE_ATTRIBUTE)
34+
#elif defined(__APPLE__) || defined(__ANDROID__) || defined(__linux__)
3535
#define F_EXPORT __attribute__((visibility("default")))
3636
#else
3737
#define F_EXPORT

source/FMOD_SDL_HEADERS/fmod_dsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================================== */
2-
/* FMOD Studio - DSP header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2020. */
2+
/* FMOD Studio - DSP header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2019. */
33
/* */
44
/* Use this header if you are interested in delving deeper into the FMOD software mixing / */
55
/* DSP engine. */

source/FMOD_SDL_HEADERS/fmod_dsp_effects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ========================================================================================== */
22
/* FMOD Studio - Built-in effects header file. */
3-
/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2020. */
3+
/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2019. */
44
/* */
55
/* In this header you can find parameter structures for FMOD system registered DSP effects */
66
/* and generators. */

source/FMOD_SDL_HEADERS/fmod_errors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*$ preserve start $*/
22

33
/* ================================================================================================== */
4-
/* FMOD Studio - Error string header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2020. */
4+
/* FMOD Studio - Error string header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2019. */
55
/* */
66
/* Use this header if you want to store or display a string version / english explanation of */
77
/* the FMOD error codes. */

source/FMOD_SDL_HEADERS/fmod_output.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ======================================================================================================== */
2-
/* FMOD Studio - output development header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2020. */
2+
/* FMOD Studio - output development header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2019. */
33
/* */
44
/* Use this header if you are wanting to develop your own output plugin to use with */
55
/* FMOD's output system. With this header you can make your own output plugin that FMOD */

0 commit comments

Comments
 (0)