mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
10 lines
No EOL
170 B
C++
10 lines
No EOL
170 B
C++
#pragma once
|
|
#include "../Loader/SymbolsResolver.h"
|
|
|
|
namespace HLE::Libs::LibC {
|
|
|
|
void LibC_RegisterFunc(SymbolsResolver* sym);
|
|
//functions
|
|
static void init_env();
|
|
|
|
}; |