Browse Source

* Forgot to commit this file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7728 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sha..rd 14 years ago
parent
commit
4dffbc95f5

+ 10 - 0
engine/src/core/com/jme3/export/FormatVersion.java

@@ -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(){
+    }
+}

BIN
engine/src/test-data/Textures/Terrain/Pond/Pond.jpg