mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
843156cf1b
New start page and AmneziaFree support
10 lines
125 B
C
10 lines
125 B
C
#ifndef APIENUMS_H
|
|
#define APIENUMS_H
|
|
|
|
enum ApiConfigSources {
|
|
Telegram = 1,
|
|
AmneziaGateway
|
|
};
|
|
|
|
#endif // APIENUMS_H
|