11 lines
100 B
C++
11 lines
100 B
C++
#include <aladin/diveprofile.hpp>
|
|
|
|
DiveProfile::DiveProfile()
|
|
{
|
|
}
|
|
|
|
DiveProfile::~DiveProfile()
|
|
{
|
|
}
|
|
|