13 lines
190 B
C
13 lines
190 B
C
//
|
|
// Készítette: Toldi Balázs Ádám
|
|
// Dátum: 2019. 10. 16.
|
|
//
|
|
|
|
#ifndef P2P_CONFIG_H
|
|
#define P2P_CONFIG_H
|
|
|
|
#endif //P2P_CONFIG_H
|
|
#ifndef P2P_UTILITY_H
|
|
|
|
#include "../utility.h"
|
|
#endif
|