DOSBox-X
|
00001 00002 #ifndef PARTSCALL 00003 #define PARTSCALL 00004 #endif 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 void PARTSCALL rand_setseed(SINT32 seed); 00011 SINT32 PARTSCALL rand_get(void); 00012 UINT8 PARTSCALL AdjustAfterMultiply(UINT8 value); 00013 UINT8 PARTSCALL AdjustBeforeDivision(UINT8 value); 00014 UINT PARTSCALL sjis2jis(UINT sjis); 00015 UINT PARTSCALL jis2sjis(UINT jis); 00016 void PARTSCALL satuation_s16(SINT16 *dst, const SINT32 *src, UINT size); 00017 void PARTSCALL satuation_s16x(SINT16 *dst, const SINT32 *src, UINT size); 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022