10 lines
501 B
C
10 lines
501 B
C
|
|
#pragma once
|
||
|
|
// ============================================================================
|
||
|
|
// Forwarding header — EPLoader moved to ANSLibsLoader
|
||
|
|
//
|
||
|
|
// This file is retained for backward compatibility. All consuming projects
|
||
|
|
// should update their include paths to reference ANSLibsLoader/include/
|
||
|
|
// directly. Once all projects are updated, this file can be removed.
|
||
|
|
// ============================================================================
|
||
|
|
#include "../ANSLibsLoader/include/EPLoader.h"
|