commit 1f8896de8ba7a86ea1bac5d4e6f5a1bee0bf849b Author: MightyPork Date: Wed Feb 26 20:18:13 2014 +0100 Initial commit diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92145bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/bin/ +/target/ \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..1bd813a --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + PR2-game + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +