Sound Manager
|
#include <stdarg.h>
#include <sys/socket.h>
#include <iostream>
#include <algorithm>
#include <thread>
#include <errno.h>
#include <libsoundmanager/libsoundmanager.hpp>
Go to the source code of this file.
Macros | |
#define | ELOG(args, ...) _ELOG(__FUNCTION__,__LINE__,args,##__VA_ARGS__) |
#define | DLOG(args, ...) _DLOG(__FUNCTION__,__LINE__,args,##__VA_ARGS__) |
#define DLOG | ( | args, | |
... | |||
) | _DLOG(__FUNCTION__,__LINE__,args,##__VA_ARGS__) |
Definition at line 26 of file libsoundmanager.cpp.
#define ELOG | ( | args, | |
... | |||
) | _ELOG(__FUNCTION__,__LINE__,args,##__VA_ARGS__) |
Definition at line 25 of file libsoundmanager.cpp.