mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-10-31 21:35:07 +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 |