mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:30:53 +01:00
9 lines
216 B
C++
9 lines
216 B
C++
// Copyright (C) 2021 TiltedPhoques SRL.
|
|
// For licensing information see LICENSE at the root of this distribution.
|
|
|
|
#include "ExeCache.h"
|
|
#include "ExeLoader.h"
|
|
|
|
void RequestSegment(IMAGE_NT_HEADERS* apheaders)
|
|
{
|
|
}
|