mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-05-11 17:09:41 +00:00
15 lines
235 B
C++
15 lines
235 B
C++
#ifndef CLIENTPROTOCOL_H
|
|
#define CLIENTPROTOCOL_H
|
|
|
|
#include "package.h"
|
|
#include "config.h"
|
|
#include "abstractnode.h"
|
|
#include "abstractnodeinfo.h"
|
|
|
|
|
|
namespace ClientProtocol {
|
|
bool initClientProtockol();
|
|
}
|
|
|
|
#endif // CLIENTPROTOCOL_H
|