summaryrefslogtreecommitdiff
path: root/src/mode7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mode7.h')
-rw-r--r--src/mode7.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mode7.h b/src/mode7.h
index faa53a9..ae1c72f 100644
--- a/src/mode7.h
+++ b/src/mode7.h
@@ -1,15 +1,15 @@
-void DrawBGMode7Background16New (uint8 *Screen);
-void DrawBGMode7Background16 (uint8 *Screen, int bg, int depth);
-void DrawBGMode7Background16Add (uint8 *Screen, int bg, int depth);
-void DrawBGMode7Background16Add1_2 (uint8 *Screen, int bg, int depth);
-void DrawBGMode7Background16Sub (uint8 *Screen, int bg, int depth);
-void DrawBGMode7Background16Sub1_2 (uint8 *Screen, int bg, int depth);
+void DrawBGMode7Background16New(uint8* Screen);
+void DrawBGMode7Background16(uint8* Screen, int bg, int depth);
+void DrawBGMode7Background16Add(uint8* Screen, int bg, int depth);
+void DrawBGMode7Background16Add1_2(uint8* Screen, int bg, int depth);
+void DrawBGMode7Background16Sub(uint8* Screen, int bg, int depth);
+void DrawBGMode7Background16Sub1_2(uint8* Screen, int bg, int depth);
-void DrawBGMode7Background16Prio (uint8 *Screen, int bg);
-void DrawBGMode7Background16PrioAdd (uint8 *Screen, int bg);
-void DrawBGMode7Background16PrioAdd1_2 (uint8 *Screen, int bg);
-void DrawBGMode7Background16PrioSub (uint8 *Screen, int bg);
-void DrawBGMode7Background16PrioSub1_2 (uint8 *Screen, int bg);
+void DrawBGMode7Background16Prio(uint8* Screen, int bg);
+void DrawBGMode7Background16PrioAdd(uint8* Screen, int bg);
+void DrawBGMode7Background16PrioAdd1_2(uint8* Screen, int bg);
+void DrawBGMode7Background16PrioSub(uint8* Screen, int bg);
+void DrawBGMode7Background16PrioSub1_2(uint8* Screen, int bg);