mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
7 lines
91 B
C
7 lines
91 B
C
#ifndef DYNAMIC_H
|
|
#define DYNAMIC_H
|
|
|
|
void InitFunctionPointers(void);
|
|
|
|
#endif // DYNAMIC_H
|