Initial deob and project structure

This commit is contained in:
Pazaz 2022-04-19 04:51:51 -04:00
commit e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions

View file

@ -0,0 +1,19 @@
package com.sun.opengl.impl;
import java.nio.ByteBuffer;
class JAWT32 extends JAWT {
public static int size() {
return 24;
}
JAWT32(ByteBuffer arg0) {
super(arg0);
}
public JAWT version(int arg0) {
this.accessor.setIntAt(0, arg0);
return this;
}
}