summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorlepelog <lepelog@users.noreply.github.com>2021-04-01 12:06:29 +0200
committerlepelog <lepelog@users.noreply.github.com>2021-04-01 12:06:29 +0200
commit53c6aa6c8b50d95e89f64db70d0cc08fb4111a93 (patch)
tree20ce5067caef7892c2c9bb043b10918c15dd7868 /include/SSystem
parent87bc0e711b4fb2f990f3c37ca681be1fc027d554 (diff)
ported over f_pc
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SStandard/s_basic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SSystem/SStandard/s_basic.h b/include/SSystem/SStandard/s_basic.h
index fe5fd534b9..3fea9ad699 100644
--- a/include/SSystem/SStandard/s_basic.h
+++ b/include/SSystem/SStandard/s_basic.h
@@ -3,4 +3,7 @@
#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 */