mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
ce0d0c3521
Co-authored-by: Pheenoh <pheenoh@gmail.com>
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 |