mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-03-22 10:04:12 -05: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); |