mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-29 03:04:39 +00:00
9 lines
90 B
C++
9 lines
90 B
C++
#include "abstractnode.h"
|
|
namespace ClientProtocol {
|
|
|
|
AbstractNode::AbstractNode()
|
|
{
|
|
|
|
}
|
|
}
|