mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 00:02:31 +02:00
15 lines
139 B
C
15 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
|