Files
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00

10 lines
196 B
C

#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 */