libc for the amiga version
[retrocrawl] / src / game.c
index 89b4e5a..87edac7 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <string.h>
 #include "game.h"
 #include "gfx.h"
@@ -21,6 +22,8 @@ int game_init(void)
 {
        int i;
 
+       printf("hello world\n");
+
        REG_COLOR0 = 0x221;
        REG_COLOR1 = 0x222;
        REG_COLOR2 = 0x332;