mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
9 lines
174 B
C
9 lines
174 B
C
#ifndef S_BASIC_H_
|
|
#define S_BASIC_H_
|
|
|
|
#include "global.h"
|
|
|
|
void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue);
|
|
void sBs_ClearArea(void* pPtr, u32 pNumBytes);
|
|
|
|
#endif |