Donetsk/hook_lib/ddl.h

5 lines
163 B
C
Raw Normal View History

2023-10-24 10:16:45 -04:00
#pragma once
#include "Main.hpp"
inline utils::hook::detour ddl_setuint;
bool DDL_SetUInt_Detour(const DDLState* state, DDLContext* ddlContext, unsigned int val);