mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-22 13:14:44 +01:00
10 lines
190 B
C
10 lines
190 B
C
#ifndef TOOLS_H
|
|
#define TOOLS_H
|
|
|
|
#include <JavaVM/jni.h>
|
|
#include <CoreFoundation/CoreFoundation.h>
|
|
|
|
extern bool getDictLong(CFDictionaryRef dict, CFStringRef key, long *key_value);
|
|
|
|
#endif
|