brought the code over from the amiga test
[lugburz] / src / game.c
1 #include <stdio.h>
2 #include <string.h>
3 #include "game.h"
4 #include "gfx.h"
5
6 int game_init(void)
7 {
8         printf("hello world\n");
9
10         return 0;
11 }
12
13 void game_draw(void)
14 {
15 }