8 lines
267 B
C++
8 lines
267 B
C++
#include "Volume_Visual.hpp"
|
|
|
|
namespace aethera::render_3d {
|
|
bool Volume_Frame::operator==(const Volume_Frame&) const = default;
|
|
bool Volume_Visual::Prop::operator==(const Prop&) const = default;
|
|
bool Volume_Visual::State::operator==(const State&) const = default;
|
|
}
|