t8-mod/source/proxy-dll/definitions/game_runtime_errors.hpp
2024-01-09 06:26:31 -08:00

7 lines
145 B
C++

#pragma once
namespace game::runtime_errors
{
constexpr uint64_t custom_error_id = 0x42693201;
const char* get_error_message(uint64_t code);
}