]> icculus.org git repositories - btb/d2x.git/blob - init.c
f4b408215771914552cbf98489d6fa80fd5d266b
[btb/d2x.git] / init.c
1 /*
2  * $Source: /cvs/cvsroot/d2x/arch/ggi/init.c,v $
3  * $Revision: 1.1 $
4  * $Author: bradleyb $
5  * $Date: 2001-10-24 09:25:05 $
6  *
7  * GGI Initialization
8  *
9  * $Log: not supported by cvs2svn $
10  * Revision 1.3  2001/01/29 14:03:57  bradleyb
11  * Fixed build, minor fixes
12  *
13  */
14
15 #ifdef HAVE_CONFIG_H
16 #include <conf.h>
17 #endif
18
19 #include <stdlib.h>
20 #include <stdio.h>
21 #include "text.h"
22 #include "event.h"
23 #include "error.h"
24 #include "args.h"
25
26 void arch_ggi_init()
27 {
28 }