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