mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-30 11:44:38 +00:00
18 lines
261 B
C++
18 lines
261 B
C++
#ifndef CLIENTPROTOCOL_H
|
|
#define CLIENTPROTOCOL_H
|
|
|
|
#include "package.h"
|
|
#include "config.h"
|
|
#include "ratingtable.h"
|
|
|
|
/**
|
|
* NP - Network protocol
|
|
* defirent values:
|
|
* SP - shared pointer
|
|
* WP - weak pointer
|
|
*/
|
|
namespace NP {
|
|
}
|
|
|
|
#endif // CLIENTPROTOCOL_H
|