Fix Android build

This commit is contained in:
Milan Nikolic 2018-05-06 11:17:55 +02:00
parent a6d36a3699
commit 30c57a1102
13 changed files with 843 additions and 49 deletions

View file

@ -1159,6 +1159,10 @@ RLAPI void StopAudioStream(AudioStream stream); // Stop au
RLAPI void SetAudioStreamVolume(AudioStream stream, float volume); // Set volume for audio stream (1.0 is max level)
RLAPI void SetAudioStreamPitch(AudioStream stream, float pitch); // Set pitch for audio stream (1.0 is base level)
#if defined(PLATFORM_ANDROID)
RLAPI struct android_app *GetAndroidApp(void);
#endif
#ifdef __cplusplus
}
#endif