1#ifndef SOUND_BAKERY_COMMON_H
2#define SOUND_BAKERY_COMMON_H
4#ifdef sound_bakery_shared_EXPORTS
11#include "sound_bakery/sound_bakery_version.h"
14#define SB_CLASS SC_CLASS
16typedef sc_result sb_result;
20typedef unsigned long long sbk_id;
21#define SB_INVALID_ID 0
A wrapper library for miniaudio that emulates functionality of FMOD.
Definition sound_bakery_common.h:24
Configuration for initializing the sc_system.
Definition sound_chef_common.h:255