Files
amnezia-client/client/core/enums/apiEnums.h
T

10 lines
125 B
C
Raw Normal View History

#ifndef APIENUMS_H
#define APIENUMS_H
enum ApiConfigSources {
Telegram = 1,
AmneziaGateway
};
#endif // APIENUMS_H