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