mirror of
https://github.com/wiiu-env/CustomRPXLoader.git
synced 2024-11-22 09:59:17 +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 |