diff options
| author | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-22 13:57:35 -0700 |
|---|---|---|
| committer | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-22 13:57:35 -0700 |
| commit | 6bcbcd4d60f2032c7aa2cda2f5d831bb99a11f67 (patch) | |
| tree | eeff6ba970e35daf6ef8ae0d4418c37c3cfe48c4 /src/votann_battle_simulator/battle_round.clj | |
| parent | 70b20ae50962dc7270577893d1cf3da561303840 (diff) | |
required to compile jar
Diffstat (limited to 'src/votann_battle_simulator/battle_round.clj')
| -rw-r--r-- | src/votann_battle_simulator/battle_round.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/votann_battle_simulator/battle_round.clj b/src/votann_battle_simulator/battle_round.clj index 7212e8e..4ac95ee 100644 --- a/src/votann_battle_simulator/battle_round.clj +++ b/src/votann_battle_simulator/battle_round.clj @@ -1,6 +1,8 @@ (ns votann-battle-simulator.battle-round (:require [votann-battle-simulator.util :as util] - [votann-battle-simulator.weapon-abilities :as weapon-abilities]) + [votann-battle-simulator.weapon-abilities :as weapon-abilities] + [votann.records.model] + [votann.records.weapon]) (:import [votann.records.model Model] [votann.records.weapon Weapon])) |