Theta/modules/config.h
2019-10-16 14:05:22 +02:00

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