dxx-rebirth/input/ggi_init.c
2001-01-22 15:45:41 +00:00

17 lines
200 B
C

#include <conf.h>
#ifdef GII_INPUT
#include <stdlib.h>
#include <stdio.h>
#include "text.h"
#include "event.h"
#include "error.h"
#include "args.h"
void arch_ggi_init()
{
}
#endif /* GII_INPUT */