mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-06 11:13:01 +05:00
7 lines
68 B
C
7 lines
68 B
C
|
#pragma once
|
||
|
|
||
|
namespace RWGTA::Patches
|
||
|
{
|
||
|
bool TryLocateRwD3D8();
|
||
|
}
|