1
0
mirror of synced 2024-09-26 20:48:26 +02:00
ImHex/lib/libimhex/include/hex.hpp
2022-05-30 16:36:46 +02:00

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";