mirror of
https://github.com/danog/libtgvoip.git
synced 2024-12-02 17:51:06 +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){};
|