mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
19
gl/src/main/java/com/sun/opengl/impl/JAWT32.java
Normal file
19
gl/src/main/java/com/sun/opengl/impl/JAWT32.java
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue