import
This commit is contained in:
9
Player/arm7/source/Utils.h
Normal file
9
Player/arm7/source/Utils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _MIDI_H_
|
||||
#define _MIDI_H_
|
||||
|
||||
unsigned short MidiNoteToFrequency(int note);
|
||||
int Abs(int x);
|
||||
int Sinus(int x); // fixed point .12
|
||||
void MemCopy(void * pDestination, void * pSource, int iSize);
|
||||
|
||||
#endif // _MIDI_H_
|
||||
Reference in New Issue
Block a user