mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-05-02 13:51:03 +00:00
14 lines
139 B
C
14 lines
139 B
C
#ifndef _AL_STATE_H_
|
|
#define _AL_STATE_H_
|
|
|
|
#include "AL/al.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|