mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
include buffers.h
This commit is contained in:
parent
fab9712714
commit
3face37ca4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: matrix.c,v 1.13 2000/01/13 00:27:05 brianp Exp $ */
|
||||
/* $Id: matrix.c,v 1.14 2000/02/02 19:28:27 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
#include "all.h"
|
||||
#else
|
||||
#include "glheader.h"
|
||||
#include "buffers.h"
|
||||
#include "context.h"
|
||||
#include "enums.h"
|
||||
#include "matrix.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue