summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_API_graphic.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-11-30 14:23:42 -0800
committerGitHub <noreply@github.com>2025-11-30 15:23:42 -0700
commita6e76c0841cae03cae0c0e6ac75c32f979043093 (patch)
tree76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/SSystem/SComponent/c_API_graphic.cpp
parent434415337d268e405b09f6b72935a7e918e4cfe7 (diff)
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
Diffstat (limited to 'src/SSystem/SComponent/c_API_graphic.cpp')
-rw-r--r--src/SSystem/SComponent/c_API_graphic.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SSystem/SComponent/c_API_graphic.cpp b/src/SSystem/SComponent/c_API_graphic.cpp
index ade89fcae9..caa74e8d00 100644
--- a/src/SSystem/SComponent/c_API_graphic.cpp
+++ b/src/SSystem/SComponent/c_API_graphic.cpp
@@ -6,17 +6,14 @@
#include "SSystem/SComponent/c_API_graphic.h"
#include "SSystem/SComponent/c_API.h"
-/* 802632C8-802632F8 0030+00 s=0 e=1 z=0 None .text cAPIGph_Painter__Fv */
void cAPIGph_Painter() {
g_cAPI_Interface.painterMtd();
}
-/* 802632F8-80263328 0030+00 s=0 e=1 z=0 None .text cAPIGph_BeforeOfDraw__Fv */
void cAPIGph_BeforeOfDraw() {
g_cAPI_Interface.beforeOfDrawMtd();
}
-/* 80263328-80263358 0030+00 s=0 e=1 z=0 None .text cAPIGph_AfterOfDraw__Fv */
void cAPIGph_AfterOfDraw() {
g_cAPI_Interface.afterOfDrawMtd();
-} \ No newline at end of file
+}