lwjgl/src/native/macosx/tools.h

10 lines
190 B
C
Raw Normal View History

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