mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
11 lines
150 B
Rust
11 lines
150 B
Rust
#pragma once
|
|
|
|
#include <hex/impl/imhex_check.pat>
|
|
|
|
namespace hex::http {
|
|
|
|
fn get(str url) {
|
|
return builtin::hex::http::get(url);
|
|
};
|
|
|
|
} |