mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-18 03:41:00 +02:00
Include "bink.h", update BINK.h generation script
This commit is contained in:
parent
5bf1da663a
commit
bd11fb5eed
@ -14,7 +14,7 @@ with open('bink.h', 'w') as out:
|
||||
#ifndef WINDOWSXPKG_BINK_H
|
||||
#define WINDOWSXPKG_BINK_H
|
||||
|
||||
#include "shared.h"
|
||||
#include "header.h"
|
||||
|
||||
std::unordered_map<std::string, std::unordered_map<int, std::string>> Products;
|
||||
std::unordered_map<std::string, ECDLP_Params> BINKData;
|
||||
@ -39,8 +39,8 @@ void initBink() {
|
||||
'{"' + d['g']['x'] + '", "' + d['g']['y'] + '"}, ' +
|
||||
'"' + d['n'] + '", "' + d['priv'] + '"};' + "\n")
|
||||
|
||||
out.write("""
|
||||
out.write('''
|
||||
}
|
||||
|
||||
#endif //WINDOWSXPKG_BINK_H
|
||||
""")
|
||||
''')
|
||||
|
Loading…
Reference in New Issue
Block a user