return n;
}
public static void main(String[] args) throws Exception {
NativeCodeGenerator jniGen = new NativeCodeGenerator();
jniGen.generate("src/", "bin/", "jni", new String[] { "**/GL.java", "**/AL.java", "**/ALC.java", "**/Glfw.java", "**/Memory.java" }, null);
String[] commonSrc = {
"glfw-3.0/src/clipboard.c",
"glfw-3.0/src/context.c",
"glfw-3.0/src/gamma.c",