forked from Hay1tsme/segatools
refactor all common parts and games
This commit is contained in:
7
common/util/get_function_ordinal.h
Normal file
7
common/util/get_function_ordinal.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
#include "dprintf.h"
|
||||
|
||||
DWORD get_function_ordinal(const char* dllName, const char* functionName);
|
Reference in New Issue
Block a user