mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-12 16:23:08 +00:00
9 lines
100 B
C
9 lines
100 B
C
#ifndef F_H
|
|
#define F_H
|
|
|
|
void s_(int* i, float* r, double* d, int* is2x2);
|
|
|
|
int f_(int* i);
|
|
|
|
#endif
|