mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-09 12:19:07 +00:00
Add missing w_fmod.h
Former-commit-id: 3256933c6310c3d3b927845c16836ddaea9dfbee
This commit is contained in:
parent
16e4de9bfe
commit
7c37170bb6
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