]> icculus.org git repositories - btb/d2x.git/blob - arch/ggi/init.c
remove rcs tags
[btb/d2x.git] / arch / ggi / init.c
1 /*
2  *
3  * GGI Initialization
4  *
5  *
6  */
7
8 #ifdef HAVE_CONFIG_H
9 #include <conf.h>
10 #endif
11
12 #include <stdlib.h>
13 #include <stdio.h>
14 #include "text.h"
15 #include "event.h"
16 #include "error.h"
17 #include "args.h"
18
19 void arch_ggi_init()
20 {
21 }