Browse Source

Merge pull request #208 from semtiko/patch-1

libgdx runtime, box2d as extension
Nathan Sweet 11 năm trước cách đây
mục cha
commit
6b60a311f4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      spine-libgdx/.classpath

+ 2 - 0
spine-libgdx/.classpath

@@ -5,5 +5,7 @@
 	<classpathentry kind="src" path="test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-backend-lwjgl"/>
+	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-box2d"/>
+	<classpathentry kind="lib" path="/gdx-box2d/libs/gdx-box2d-natives.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>