1
0
Files
BasaltMeter/BasaltPresenter/Shared/pipe_sender.cpp
2025-11-27 14:15:20 +08:00

10 lines
144 B
C++

#include "pipe_sender.hpp"
namespace Basalt::Shared {
PipeSender::PipeSender(PipeSenderKind kind) {}
PipeSender::~PipeSender() {}
}