lwjgl2-arm64/src/native/macosx/tools.h

10 lines
190 B
C
Raw Normal View History

2003-10-01 11:02:52 +02:00
#ifndef TOOLS_H
#define TOOLS_H
#include <JavaVM/jni.h>
2003-10-21 17:11:59 +02:00
#include <CoreFoundation/CoreFoundation.h>
2003-10-01 11:02:52 +02:00
2003-10-15 13:44:05 +02:00
extern bool getDictLong(CFDictionaryRef dict, CFStringRef key, long *key_value);
2003-10-01 11:02:52 +02:00
#endif