mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
12 lines
129 B
C++
12 lines
129 B
C++
#pragma once
|
|
|
|
namespace Gdi
|
|
{
|
|
namespace DcFunctions
|
|
{
|
|
void disableDibRedirection(bool disable);
|
|
|
|
void installHooks();
|
|
}
|
|
}
|