dxx-rebirth/arch/ggi/init.c
2001-10-24 09:25:05 +00:00

29 lines
460 B
C

/*
* $Source: /cvs/cvsroot/d2x/arch/ggi/init.c,v $
* $Revision: 1.1 $
* $Author: bradleyb $
* $Date: 2001-10-24 09:25:05 $
*
* GGI Initialization
*
* $Log: not supported by cvs2svn $
* 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()
{
}