projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add anisotropic texture filtering suport (d1x r1.33, r1.32, r1.23, r1.32)
[btb/d2x.git]
/
arch
/
ggi
/
init.c
1
/*
2
* $Source: /cvs/cvsroot/d2x/arch/ggi/init.c,v $
3
* $Revision: 1.1 $
4
* $Author: bradleyb $
5
* $Date: 2001-10-24 09:25:05 $
6
*
7
* GGI Initialization
8
*
9
* $Log: not supported by cvs2svn $
10
* Revision 1.3 2001/01/29 14:03:57 bradleyb
11
* Fixed build, minor fixes
12
*
13
*/
14
15
#ifdef HAVE_CONFIG_H
16
#include <conf.h>
17
#endif
18
19
#include <stdlib.h>
20
#include <stdio.h>
21
#include "text.h"
22
#include "event.h"
23
#include "error.h"
24
#include "args.h"
25
26
void arch_ggi_init()
27
{
28
}