forked from TeamTofuShop/segatools
util/lib.c: Add module file path utility
This commit is contained in:
5
util/lib.h
Normal file
5
util/lib.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
wchar_t *module_file_name(HMODULE module);
|
Reference in New Issue
Block a user