Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/vcryptpp/VICE.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ constexpr std::string_view COUNTER_STRIKE_PROMOD = "H1aRQ0n1";
constexpr std::string_view DAY_OF_DEFEAT_SOURCE = "Wl0u5B3F";
constexpr std::string_view DYSTOPIA_1_2 = "pH3apO8w";
constexpr std::string_view DYSTOPIA_1_3 = "G8stUh3F";
constexpr std::string_view FORTRESS_FOREVER_PRE_GREENLIGHT = "saxEWr5v";
constexpr std::string_view GOLDEN_EYE_SOURCE = "Gr3naDes";
constexpr std::string_view HALF_LIFE_2_CTF = "R1dj3axP";
constexpr std::string_view HALF_LIFE_2_DM = DEFAULT;
Expand Down
1 change: 1 addition & 0 deletions lang/c/include/vcryptppc/VICE.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_counter_strike_prom
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_day_of_defeat_source, "Wl0u5B3F");
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_dystopia_1_2, "pH3apO8w");
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_dystopia_1_3, "G8stUh3F");
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_fortress_forever_pre_greenlight, "saxEWr5v");
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_golden_eye_source, "Gr3naDes");
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_half_life_2_ctf, "R1dj3axP");
SOURCEPP_CLSVAR_EXT(vcryptpp, vice, const char*, known_codes_half_life_2_dm, "x9Ke0BY7");
Expand Down
1 change: 1 addition & 0 deletions lang/csharp/src/vcryptpp/VICE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static class KnownCodes {
public const string DAY_OF_DEFEAT_SOURCE = "Wl0u5B3F";
public const string DYSTOPIA_1_2 = "pH3apO8w";
public const string DYSTOPIA_1_3 = "G8stUh3F";
public const string FORTRESS_FOREVER_PRE_GREENLIGHT = "saxEWr5v";
public const string GOLDEN_EYE_SOURCE = "Gr3naDes";
public const string HALF_LIFE_2_CTF = "R1dj3axP";
public const string HALF_LIFE_2_DM = DEFAULT;
Expand Down
1 change: 1 addition & 0 deletions lang/python/src/vcryptpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ inline void register_python(py::module_& m) {
KnownCodes.attr("DAY_OF_DEFEAT_SOURCE") = DAY_OF_DEFEAT_SOURCE;
KnownCodes.attr("DYSTOPIA_1_2") = DYSTOPIA_1_2;
KnownCodes.attr("DYSTOPIA_1_3") = DYSTOPIA_1_3;
KnownCodes.attr("FORTRESS_FOREVER_PRE_GREENLIGHT") = FORTRESS_FOREVER_PRE-GREENLIGHT;
KnownCodes.attr("GOLDEN_EYE_SOURCE") = GOLDEN_EYE_SOURCE;
KnownCodes.attr("HALF_LIFE_2_CTF") = HALF_LIFE_2_CTF;
KnownCodes.attr("HALF_LIFE_2_DM") = HALF_LIFE_2_DM;
Expand Down