Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
s-xuch authored and s-xuch committed Mar 29, 2018
0 parents commit bc846c6
Show file tree
Hide file tree
Showing 1,284 changed files with 347,763 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/slick/lib/ibxm.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/jinput.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/jnlp.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/jogg-0.0.7.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/jorbis-0.0.15.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/lwjgl_util_applet.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/lwjgl_util.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/lwjgl.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/natives-linux.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/natives-mac.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/natives-windows.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/slick-examples.jar"/>
<classpathentry kind="lib" path="lib/slick/lib/slick.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/BEeT/lib/slick/javadoc.zip!/"/>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="BEeT/lib/slick"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/slick/lib/tinylinepp.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BEeT</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
Binary file added lib/slick/OpenAL32.dll
Binary file not shown.
Binary file added lib/slick/OpenAL64.dll
Binary file not shown.
Binary file added lib/slick/Pack200Task.jar
Binary file not shown.
Loading

0 comments on commit bc846c6

Please sign in to comment.