Files
Aethera/render_3D/render_3D/visual/Volume_Visual.cpp
T
2026-08-29 00:38:34 +08:00

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;
}