WHY2/include/flags.h
2022-05-01 19:48:03 +02:00

17 lines
344 B
C

#ifndef WHY2_FLAGS_H
#define WHY2_FLAGS_H
#define KEY_LENGTH 50
#define ENCRYPTION_SEPARATOR '.'
#define ENCRYPTION_SEPARATOR_STRING "."
#define INVALID_KEY 1
#define VERSION "v3.0"
#define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/master/versions.json"
#define VERSIONS_NAME "versions.json"
#define SKIP_CHECK 1
#endif