#pragma once

#include "common.h"
#include "Include/dn_common.h"

namespace bCap
{
HRESULT InitBcap(int port);
HRESULT DisposeBcap();
}
