mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-19 14:21:41 +00:00
![Paulo Matos](/assets/img/avatar_default.png)
This follows discussions from #3413. Followup commits add clang-format file, script and blame ignore lists.
8 lines
107 B
C++
8 lines
107 B
C++
// SPDX-License-Identifier: MIT
|
|
#pragma once
|
|
|
|
namespace FEX::EnvLoader {
|
|
|
|
void Load(char* const envp[]);
|
|
|
|
} |