Fix Android build
This commit is contained in:
parent
a6d36a3699
commit
30c57a1102
13 changed files with 843 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue