]> icculus.org git repositories - btb/d2x.git/blob - input/ggi_init.c
Partial application of linux/alpha patch. Courtesy of Falk Hueffner <falk.hueffner...
[btb/d2x.git] / input / ggi_init.c
1 /*
2  * $Source: /cvs/cvsroot/d2x/input/ggi_init.c,v $
3  * $Revision: 1.3 $
4  * $Author: bradleyb $
5  * $Date: 2001-01-29 14:03:57 $
6  *
7  * GGI Initialization
8  *
9  * $Log: not supported by cvs2svn $
10  */
11
12 #ifdef HAVE_CONFIG_H
13 #include <conf.h>
14 #endif
15
16 #include <stdlib.h>
17 #include <stdio.h>
18 #include "text.h"
19 #include "event.h"
20 #include "error.h"
21 #include "args.h"
22
23 void arch_ggi_init()
24 {
25 }