CustomRPXLoader/src/dynamic.h

11 lines
115 B
C
Raw Permalink Normal View History

2020-04-27 13:32:37 +02:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void InitFunctionPointers(void);
#ifdef __cplusplus
}
#endif