Browse Source

include dispatch.h

tags/mesa_3_3
Brian Paul 26 years ago
parent
commit
4fc91a1427
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/mesa/main/dispatch.c

+ 2
- 1
src/mesa/main/dispatch.c View File

@@ -1,4 +1,4 @@
/* $Id: dispatch.c,v 1.8 2000/01/07 07:42:33 brianp Exp $ */
/* $Id: dispatch.c,v 1.9 2000/01/13 00:31:10 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -40,6 +40,7 @@
#include "copypix.h"
#include "cva.h"
#include "depth.h"
#include "dispatch.h"
#include "dlist.h"
#include "drawpix.h"
#include "enable.h"

Loading…
Cancel
Save