Heart/NetworkProtocol/networkprotocol.h

18 lines
261 B
C
Raw Normal View History

2019-10-08 13:03:13 +03:00
#ifndef CLIENTPROTOCOL_H
#define CLIENTPROTOCOL_H
2019-10-20 15:53:20 +03:00
#include "package.h"
2019-10-08 13:03:13 +03:00
#include "config.h"
2019-12-06 13:37:11 +03:00
#include "ratingtable.h"
2019-10-08 13:03:13 +03:00
2019-12-06 13:37:11 +03:00
/**
* NP - Network protocol
* defirent values:
* SP - shared pointer
* WP - weak pointer
*/
namespace NP {
2019-10-08 13:03:13 +03:00
}
#endif // CLIENTPROTOCOL_H