Donetsk/hook_lib/ddl.h
2023-10-24 16:16:45 +02:00

5 lines
163 B
C

#pragma once
#include "Main.hpp"
inline utils::hook::detour ddl_setuint;
bool DDL_SetUInt_Detour(const DDLState* state, DDLContext* ddlContext, unsigned int val);