dxx-rebirth/arch/ggi/init.c

35 lines
633 B
C
Raw Normal View History

2006-03-20 17:12:09 +00:00
/*
* $Source: /cvsroot/dxx-rebirth/d2x-rebirth/arch/ggi/init.c,v $
* $Revision: 1.1.1.1 $
* $Author: zicodxx $
* $Date: 2006/03/17 19:53:29 $
*
* GGI Initialization
*
* $Log: init.c,v $
* Revision 1.1.1.1 2006/03/17 19:53:29 zicodxx
* initial import
*
* Revision 1.1 2001/10/24 09:25:05 bradleyb
* Moved input stuff to arch subdirs, as in d1x.
*
* Revision 1.3 2001/01/29 14:03:57 bradleyb
* Fixed build, minor fixes
*
*/
#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()
{
}