mirror of
https://github.com/danog/libtgvoip.git
synced 2024-12-02 09:37:52 +01:00
10 lines
168 B
C++
10 lines
168 B
C++
//
|
|
// Created by Grishka on 20.04.2018.
|
|
//
|
|
|
|
#pragma once
|
|
#include <array>
|
|
|
|
#include "Constants.h"
|
|
#include "protocol/VersionInfo.h"
|
|
#include "protocol/protocol/Index.h" |