publish
This commit is contained in:
parent
f38388896d
commit
2f62a1a123
67 changed files with 4545 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
package de.spacecontrol.sc.dllwrapper;
|
||||
|
||||
public class ScThreeInts {
|
||||
public int mVal1 = 0;
|
||||
|
||||
public int mVal2 = 0;
|
||||
|
||||
public int mVal3 = 0;
|
||||
|
||||
public ScThreeInts() {}
|
||||
|
||||
public ScThreeInts(int paramInt1, int paramInt2, int paramInt3) {}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /opt/SpaceControl/lib/SC_DLL_Wrapper.jar!/de/spacecontrol/sc/dllwrapper/ScThreeInts.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.2.1
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue