mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-13 16:23:34 +00:00
working on images, adding unit tests for image and buffers
This commit is contained in:
@@ -19,8 +19,14 @@
|
||||
|
||||
#include <Pulse.h>
|
||||
|
||||
extern bool errors_enabled;
|
||||
#define DISABLE_ERRORS errors_enabled = false
|
||||
#define ENABLE_ERRORS errors_enabled = true
|
||||
|
||||
void DebugCallBack(PulseDebugMessageSeverity severity, const char* message);
|
||||
void SetupPulse(PulseBackend* backend);
|
||||
void SetupDevice(PulseBackend backend, PulseDevice* device);
|
||||
void CleanupDevice(PulseDevice device);
|
||||
void CleanupPulse(PulseBackend backend);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user