All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jme_openalsoft.util.h Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version
#ifndef JME_UTIL_H
#define JME_UTIL_H

#include 
#include 

#ifndef NDEBUG
#include 
#define LOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, \
                       "OpenALSoft", fmt, ##__VA_ARGS__);
#else
#define LOGI(fmt, ...)
#endif

#endif




© 2015 - 2025 Weber Informatics LLC | Privacy Policy