mirror of
https://github.com/danog/libtgvoip.git
synced 2024-12-03 18:17:45 +01:00
5 lines
166 B
C++
5 lines
166 B
C++
#include "Stream.h"
|
|
#include "../PrivateDefines.cpp"
|
|
|
|
OutgoingStream<>::OutgoingStream(uint8_t _id, StreamType _type) : StreamInfo(_id, _type), packetManager(_id){};
|