OpenLCP/sacn/node.cpp

13 lines
102 B
C++

#include "node.h"
namespace SACN {
Node::Node(UUID::uuid cid)
: Appliance(cid)
{
}
} // SACN