mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-04 05:35:37 +00:00
Add missing w_fmod.h
This commit is contained in:
parent
d26a30f186
commit
3256933c63
14
include/Runtime/w_fmod.h
Normal file
14
include/Runtime/w_fmod.h
Normal file
@ -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…
x
Reference in New Issue
Block a user