12 lines
274 B
C++
12 lines
274 B
C++
#pragma once
|
|
#include <std_include.hpp>
|
|
#include "definitions/game.hpp"
|
|
|
|
namespace gsc_funcs
|
|
{
|
|
uint32_t canon_hash(const char* str);
|
|
|
|
constexpr uint64_t custom_error_id = 0x42693201;
|
|
|
|
void gsc_error(const char* message, game::scriptInstance_t inst, bool terminal, ...);
|
|
} |