dxx-rebirth/input/ggi_init.c
2001-01-29 14:03:57 +00:00

26 lines
383 B
C

/*
* $Source: /cvs/cvsroot/d2x/input/ggi_init.c,v $
* $Revision: 1.3 $
* $Author: bradleyb $
* $Date: 2001-01-29 14:03:57 $
*
* GGI Initialization
*
* $Log: not supported by cvs2svn $
*/
#ifdef HAVE_CONFIG_H
#include <conf.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include "text.h"
#include "event.h"
#include "error.h"
#include "args.h"
void arch_ggi_init()
{
}