mirror of
https://github.com/DxWnd/DxWnd.reloaded
synced 2024-12-30 09:25:35 +01:00
10 lines
212 B
C
10 lines
212 B
C
// proxydll.h
|
|
#pragma once
|
|
|
|
// Exported function
|
|
IDirect3D9* WINAPI Direct3DCreate9 (UINT SDKVersion);
|
|
|
|
// regular functions
|
|
void InitInstance(HANDLE hModule);
|
|
void ExitInstance(void);
|
|
void LoadOriginalDll(void); |