-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
24 lines (24 loc) · 1.26 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="FEDD-Game/lib/lwjgl/natives"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/joml-1.8.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lwjgl/lwjgl.jar" sourcepath="lib/lwjgl/lwjgl-sources.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="FEDD Game/lib/lwjgl/natives"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/lwjgl/lwjgl-glfw.jar" sourcepath="lib/lwjgl/lwjgl-glfw-sources.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="FEDD Game/lib/lwjgl/natives"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/lwjgl/lwjgl-opengl.jar" sourcepath="lib/lwjgl/lwjgl-opengl-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/TWL.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>