diff --git a/convert_keys_to_cpp.py b/convert_keys_to_cpp.py index 2edf32c..e7b1449 100644 --- a/convert_keys_to_cpp.py +++ b/convert_keys_to_cpp.py @@ -14,9 +14,6 @@ with open('bink.h', 'w') as out: #ifndef WINDOWSXPKG_BINK_H #define WINDOWSXPKG_BINK_H -std::unordered_map> Products; -std::unordered_map BINKData; - struct ECDLP_Params { // p, a, b std::tuple E; @@ -31,6 +28,9 @@ struct ECDLP_Params { std::string k; }; +std::unordered_map> Products; +std::unordered_map BINKData; + struct ProductID { uint8_t SiteID; uint16_t Serial;