jme_openalsoft.util.h Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-android-native Show documentation
Show all versions of jme3-android-native Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
#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