mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-02 05:44:44 +01:00
12 lines
285 B
C
12 lines
285 B
C
#ifndef __EXTIL_H__
|
|
#define __EXTIL_H__
|
|
|
|
#include "devil-common.h"
|
|
|
|
extern bool extil_Open(JNIEnv *env, jobjectArray ilPaths);
|
|
extern void extil_Close(void);
|
|
extern void extil_InitializeClass(JNIEnv *env, jclass clazz, int num_functions, JavaMethodAndExtFunction *functions);
|
|
|
|
#endif
|
|
|