blob: 3fea9ad6991afe7eae41fe0c15c1babc47d11207 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef S_BASIC_H
#define S_BASIC_H
#include "dolphin/types.h"
void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue);
void sBs_ClearArea(void* pPtr, u32 pNumBytes);
#endif /* S_BASIC_H */
|