mirror of
https://github.com/wiiu-env/PayloadLoaderPayload.git
synced 2024-11-15 06:25:10 +01:00
11 lines
115 B
C
11 lines
115 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void InitFunctionPointers(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|