Sound Bakery 
v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sound_bakery_common.h
1
#ifndef SOUND_BAKERY_COMMON_H
2
#define SOUND_BAKERY_COMMON_H
3
4
#ifdef sound_bakery_shared_EXPORTS
5
#define SB_DLL
6
#define SC_DLL
7
#define MA_DLL
8
#endif
9
10
#include "
sound_chef/sound_chef.h
"
11
12
#define SB_API SC_API
13
#define SB_CLASS SC_CLASS
14
15
typedef
sc_result sb_result;
16
17
typedef
unsigned
long
long
sbk_id;
18
#define SB_INVALID_ID 0
19
20
#define SBK_VERSION_MAJOR 0
21
#define SBK_VERSION_MINOR 2
22
#define SBK_VERSION_PATCH 0
23
#define SBK_VERSION_STRING MA_XSTRINGIFY(SBK_VERSION_MAJOR) "." MA_XSTRINGIFY(SBK_VERSION_MINOR) "." MA_XSTRINGIFY(SBK_VERSION_PATCH)
24
25
#define SBK_PRODUCT_NAME "Sound Bakery"
26
27
#endif
sound_chef.h
A wrapper library for miniaudio that emulates functionality of FMOD.
inc
sound_bakery
sound_bakery_common.h
Generated by
1.9.8