Files
NitroSynth/Player/arm7/source/Utils.h
Daniel Borges ea6f1ef80a import
2012-11-16 09:18:57 +01:00

10 lines
216 B
C

#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_