mirror of https://github.com/PrimeDecomp/prime.git
Add missing w_fmod.h
This commit is contained in:
parent
d26a30f186
commit
3256933c63
|
@ -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