mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(build): clean up fmod integration
This commit is contained in:
parent
de5e3fc201
commit
83f8591082
195 changed files with 72619 additions and 7741 deletions
36
vendor/fmodex-4.24.16/linux-x86_64/inc/fmodlinux.h
vendored
Normal file
36
vendor/fmodex-4.24.16/linux-x86_64/inc/fmodlinux.h
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
/* =========================================================================================== */
|
||||
/* FMOD Linux Specific header file. Copyright (c), Firelight Technologies Pty, Ltd. 2005-2009. */
|
||||
/* =========================================================================================== */
|
||||
|
||||
#ifndef _FMODLINUX_H
|
||||
#define _FMODLINUX_H
|
||||
|
||||
#include "fmod.h"
|
||||
|
||||
|
||||
/*
|
||||
[STRUCTURE]
|
||||
[
|
||||
[DESCRIPTION]
|
||||
Use this structure with System::init to set the information required for linux
|
||||
initialisation.
|
||||
|
||||
Pass this structure in as the "extradriverdata" parameter in System::init.
|
||||
|
||||
[REMARKS]
|
||||
|
||||
[PLATFORMS]
|
||||
Linux, Linux64
|
||||
|
||||
[SEE_ALSO]
|
||||
System::init
|
||||
]
|
||||
*/
|
||||
typedef struct FMOD_LINUX_EXTRADRIVERDATA
|
||||
{
|
||||
const char *output_driver_arguments; /* ALSA Only - Arguments to apply to the selected output driver */
|
||||
const char *record_driver_arguments; /* ALSA Only - Arguments to apply to the selected input (record) driver */
|
||||
} FMOD_LINUX_EXTRADRIVERDATA;
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue