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