git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7728 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
a3e3d241f6
commit
4dffbc95f5
@ -0,0 +1,10 @@ |
|||||||
|
package com.jme3.export; |
||||||
|
|
||||||
|
public final class FormatVersion { |
||||||
|
|
||||||
|
public static final int VERSION = 1; |
||||||
|
public static final int SIGNATURE = 0x4A4D4533; |
||||||
|
|
||||||
|
private FormatVersion(){ |
||||||
|
} |
||||||
|
} |
After Width: | Height: | Size: 65 KiB |
Loading…
Reference in new issue