mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-10 00:45:13 +00:00
6 lines
119 B
C
6 lines
119 B
C
|
#pragma once
|
||
|
#include "../Loader/SymbolsResolver.h"
|
||
|
|
||
|
namespace HLE::Libs {
|
||
|
void Init_HLE_Libs(SymbolsResolver* sym);
|
||
|
}
|