mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
namespace std::http {
|
|
|
|
fn get(str url) {
|
|
return builtin::std::http::get(url);
|
|
};
|
|
|
|
} |