mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-13 16:01:05 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef DYNAMIC_H
|
|
#define DYNAMIC_H
|
|
|
|
void InitFunctionPointers(void);
|
|
|
|
#endif /* DYNAMIC_H */
|