mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 04:12:07 +00:00
e055b7cbc1
from WUT.
7 lines
91 B
C
7 lines
91 B
C
#ifndef DYNAMIC_H
|
|
#define DYNAMIC_H
|
|
|
|
void InitFunctionPointers(void);
|
|
|
|
#endif // DYNAMIC_H
|