Skip to content
Snippets Groups Projects
Commit 7bf0aa77 authored by Scherbaum Maximilian's avatar Scherbaum Maximilian
Browse files

update: add export statement to module-info.java

parent 46acb063
No related branches found
No related tags found
3 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development
......@@ -10,4 +10,5 @@ module gui {
exports de.hdm_stuttgart.battlearena.Main;
exports de.hdm_stuttgart.battlearena.Controller;
exports de.hdm_stuttgart.battlearena.Model.Entity;
}
exports de.hdm_stuttgart.battlearena.Model.Inputs;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment