0
Files
lwjake2/.classpath
Ethan Lee 94dabe3de5 - EFX is now in LWJake2.
- The underwater effect is placeholder, but it does what it does.
- Added flibitEFX.jar to the libraries.
	- This is a library derived from the flibit2D engine. It stores EFX
preset effects, which can be accessed with the getIndex() method.
2012-02-02 01:02:51 -05:00

14 lines
553 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="LWJake2/lib/lwjgl_native"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/lwjgl_util.jar"/>
<classpathentry kind="lib" path="lib/flibitEFX.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>