Android: Add Hashmap to IDCache

This commit is contained in:
Joshua de Reeper
2023-05-09 12:37:42 +12:00
parent f8abc2c0e6
commit cf3e8714eb
4 changed files with 42 additions and 21 deletions

View File

@ -32,6 +32,10 @@ jclass GetLinkedHashMapClass();
jmethodID GetLinkedHashMapInit();
jmethodID GetLinkedHashMapPut();
jclass GetHashMapClass();
jmethodID GetHashMapInit();
jmethodID GetHashMapPut();
jclass GetIniFileClass();
jfieldID GetIniFilePointer();
jclass GetIniFileSectionClass();