Merge tag 'v0.21.22'

release v0.21.22
This commit is contained in:
Max Kellermann
2020-04-02 18:02:10 +02:00
48 changed files with 605 additions and 97 deletions

View File

@@ -23,6 +23,7 @@
#include "java/Object.hxx"
class AllocatedPath;
class AudioManager;
class Context : public Java::GlobalObject {
public:
@@ -31,6 +32,9 @@ public:
gcc_pure
AllocatedPath GetCacheDir(JNIEnv *env) const noexcept;
gcc_pure
AudioManager *GetAudioManager(JNIEnv *env) noexcept;
};
#endif