Moved tests in test source folder, replaced GameModeDialog by MenuBar

This commit is contained in:
2019-07-16 11:58:51 +02:00
parent 2f47261848
commit d20fcc10e0
6 changed files with 95 additions and 101 deletions

View File

@ -2,6 +2,11 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="src" output="bin_test" path="test">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>