1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
DDrawCompat/DDrawCompat/Win32/MemoryManagement.h
2020-06-21 22:48:51 +02:00

10 lines
91 B
C++

#pragma once
namespace Win32
{
namespace MemoryManagement
{
void installHooks();
}
}