F4MP/codigos originales/tiltedcode/Code/immersive_launcher/loader/ExeCache.cpp
2026-01-06 18:53:59 +01:00

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)
{
}