11 lines
290 B
C++
11 lines
290 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <cstddef>
|
|
|
|
#include <hex/helpers/types.hpp>
|
|
#include <hex/helpers/intrinsics.hpp>
|
|
|
|
constexpr static const auto ImHexApiURL = "https://api.werwolv.net/imhex";
|
|
constexpr static const auto GitHubApiURL = "https://api.github.com/repos/WerWolv/ImHex";
|