mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
@@ -0,0 +1,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 */
|
||||
Reference in New Issue
Block a user