summaryrefslogtreecommitdiff
path: root/pacman/model/src/main/java/module-info.java
blob: 95d932430e4eff7a1c457bd56bfbc981995e162d (plain)
1
2
3
4
5
6
7
8
/* module-info.java
 * This acts as the manifest for the module.
 */
module com.gr15.pacman.model {
    requires transitive javafx.controls;
    exports com.gr15.pacman.model;
    exports com.gr15.pacman.model.entities;
}