mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-05-09 16:09:49 +00:00
14 lines
156 B
C++
14 lines
156 B
C++
#include "clientprotocol.h"
|
|
|
|
#include <QDataStream>
|
|
#include <QVariantMap>
|
|
|
|
namespace ClientProtocol {
|
|
|
|
|
|
bool initClientProtockol() {
|
|
return true;
|
|
}
|
|
|
|
}
|