RetroArch
dynamic.h
Go to the documentation of this file.
1 #ifndef DYNAMIC_H
2 #define DYNAMIC_H
3 
4 void InitFunctionPointers(void);
5 
6 #endif /* DYNAMIC_H */
void InitFunctionPointers(void)
Definition: dynamic.c:18