lwjgl2-arm64/src/native/macosx/tools.h
2003-10-22 10:57:19 +00:00

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