mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-22 18:39:31 +00:00
56844968e4
1) dll entry functions 2) Server (inside the dll) 3) Server-Client interface. uMod now detects if a DirectX device was created and is under "control" of uMod (a counter is shown after the game name). Thus if the injection did not work properly, uMod wont show a DX9 or DX9EX count.
6 lines
124 B
Modula-2
6 lines
124 B
Modula-2
LIBRARY "uMod_d3d9_Hook"
|
|
EXPORTS
|
|
uMod_Direct3DCreate9 @1
|
|
uMod_Direct3DCreate9Ex @2
|
|
InstallHook @3
|
|
RemoveHook @4 |