1
2#ifndef _TDFX_DRIPRIV_H_
3#define _TDFX_DRIPRIV_H_
4
5#define TDFX_MAX_DRAWABLES 256
6
7typedef struct {
8  /* Nothing here yet */
9  int dummy;
10} TDFXDRIContextRec, *TDFXDRIContextPtr;
11
12#endif
13