add boatdamages functionality

This commit is contained in:
2023-08-02 14:29:19 +02:00
parent f7e623b8c3
commit ff31ad83fe
11 changed files with 419 additions and 16 deletions

View File

@ -8,6 +8,7 @@ use self::{
};
pub mod boat;
pub mod boatdamage;
pub mod location;
pub mod log;
pub mod logbook;