1
0
mirror of synced 2025-01-19 01:24:15 +01:00
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";