summaryrefslogtreecommitdiff
path: root/jeu-test/tetris_lan_src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'jeu-test/tetris_lan_src/font.h')
-rw-r--r--jeu-test/tetris_lan_src/font.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/jeu-test/tetris_lan_src/font.h b/jeu-test/tetris_lan_src/font.h
new file mode 100644
index 0000000..d8781c8
--- /dev/null
+++ b/jeu-test/tetris_lan_src/font.h
@@ -0,0 +1,7 @@
+
+// Prototypes.
+void FontPrint(u32 nOffset, char *pStr);
+void FontPrintClr(u32 nOffset, char *pStr, u32 nClr);
+void Font8Print(u32 nOffset, char *pStr);
+void MyItoa(u32 nNb, char *pDst);
+