From ec8ce85bb44e386a42488c03f961d0a3d761d103 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 30 May 2013 23:08:35 +0200 Subject: [PATCH] Changed line comments in header file. --- src/core/android/SDL_android.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/android/SDL_android.h b/src/core/android/SDL_android.h index 7eddcfac8..0d5595dde 100644 --- a/src/core/android/SDL_android.h +++ b/src/core/android/SDL_android.h @@ -37,7 +37,7 @@ extern SDL_bool Android_JNI_GetAccelerometerValues(float values[3]); extern void Android_JNI_ShowTextInput(SDL_Rect *inputRect); extern void Android_JNI_HideTextInput(); -// Audio support +/* Audio support */ extern int Android_JNI_OpenAudioDevice(int sampleRate, int is16Bit, int channelCount, int desiredBufferFrames); extern void* Android_JNI_GetAudioBuffer(); extern void Android_JNI_WriteAudioBuffer(); @@ -60,13 +60,13 @@ SDL_bool Android_JNI_HasClipboardText(); /* Power support */ int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent); -// Threads +/* Threads */ #include static void Android_JNI_ThreadDestroyed(void*); JNIEnv *Android_JNI_GetEnv(void); int Android_JNI_SetupThread(void); -// Generic messages +/* Generic messages */ int Android_JNI_SendMessage(int command, int param); /* Ends C function definitions when using C++ */