summaryrefslogtreecommitdiff
path: root/settings.gradle
blob: c6e5be1692932c9aacc1e3a348a409620a49edaa (plain)
1
2
3
4
5
rootProject.name = "seven-wonders"

include 'frontend'
include 'backend'
include 'game-engine'
bgstack15