1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-05 01:14:31 +00:00
2018-01-06 09:44:03 -03:00

7 lines
94 B
C

#ifndef DYNAMIC_H
#define DYNAMIC_H
void InitFunctionPointers(void);
#endif /* DYNAMIC_H */