summaryrefslogtreecommitdiff
path: root/NET/worlds/console/Startup.java
blob: b2fafdf0b01a07b6f41df8255dc585aa1894811c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package NET.worlds.console;

public class Startup {
   private Startup() {
   }

   public static native boolean synchronizeStartup(String var0, boolean var1);

   public static native int getVolumeInfo();

   public static native void computeVolumeInfo(String var0);
}