mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef DYNAMIC_H
|
|
#define DYNAMIC_H
|
|
|
|
void InitFunctionPointers(void);
|
|
|
|
#endif /* DYNAMIC_H */
|