mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
6 lines
94 B
C
6 lines
94 B
C
#ifndef DYNAMIC_H
|
|
#define DYNAMIC_H
|
|
|
|
void InitFunctionPointers(void);
|
|
|
|
#endif /* DYNAMIC_H */
|