mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-03-04 08:54:28 +01:00
7 lines
152 B
C
7 lines
152 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
#include <dbghelp.h>
|
|
#include "dprintf.h"
|
|
|
|
DWORD get_function_ordinal(const char* dllName, const char* functionName); |