File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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. */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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. */
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.
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
Original file line number Diff line number Diff line change 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. */
Original file line number Diff line number Diff line change 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. */
Original file line number Diff line number Diff line change 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. */
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments