mirror of https://github.com/PrimeDecomp/prime.git
parent
16e4de9bfe
commit
7c37170bb6
|
@ -0,0 +1,14 @@
|
|||
#ifndef __W_FMOD_H__
|
||||
#define __W_FMOD_H__
|
||||
|
||||
#ifndef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
float fmod(float, float);
|
||||
|
||||
#ifndef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __W_FMOD_H__
|
Loading…
Reference in New Issue