OpenClonk
C4MusicFile.cpp File Reference
#include "C4Include.h"
#include "platform/C4MusicFile.h"
#include "game/C4Application.h"
#include <AL/alut.h>
Include dependency graph for C4MusicFile.cpp:

Go to the source code of this file.

Macros

#define alErrorCheck(X)   do { X; { ALenum err = alGetError(); if (err) LogF("al error: %s (%x)", #X, err); } } while (0)
 

Macro Definition Documentation

◆ alErrorCheck

#define alErrorCheck (   X)    do { X; { ALenum err = alGetError(); if (err) LogF("al error: %s (%x)", #X, err); } } while (0)

Definition at line 35 of file C4MusicFile.cpp.