Initial import.

This commit is contained in:
Ziver Koc 2007-03-07 21:42:12 +00:00
parent 5f299890cb
commit 330607c72b
23 changed files with 338 additions and 0 deletions

9
.classpath Normal file
View file

@ -0,0 +1,9 @@
<?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"/>
<classpathentry kind="lib" path="lib/jinput.jar"/>
<classpathentry kind="lib" path="lib/lwjgl_util.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>