
#ifndef _TDFX_DRIPRIV_H_
#define _TDFX_DRIPRIV_H_

#define TDFX_MAX_DRAWABLES 256

typedef struct {
  /* Nothing here yet */
  int dummy;
} TDFXDRIContextRec, *TDFXDRIContextPtr;

#endif
