mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 20:25:38 -06:00
10 lines
207 B
C++
10 lines
207 B
C++
#pragma once
|
|
|
|
#include "common/types.h"
|
|
#include "core/PS4/Loader/SymbolsResolver.h"
|
|
|
|
namespace Core::Libraries::LibC {
|
|
|
|
void libcSymbolsRegister(SymbolsResolver* sym);
|
|
|
|
} // namespace Core::Libraries::LibC
|