Files
tp/include/SSystem/SStandard/s_basic.h
T

10 lines
196 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef S_BASIC_H
#define S_BASIC_H
#include "dolphin/types.h"
2021-04-01 12:06:29 +02:00
void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue);
void sBs_ClearArea(void* pPtr, u32 pNumBytes);
2021-03-28 22:49:05 +02:00
#endif /* S_BASIC_H */