mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02: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
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -41,6 +41,7 @@
|
||||||
#include "all.h"
|
#include "all.h"
|
||||||
#else
|
#else
|
||||||
#include "glheader.h"
|
#include "glheader.h"
|
||||||
|
#include "buffers.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "enums.h"
|
#include "enums.h"
|
||||||
#include "matrix.h"
|
#include "matrix.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue