mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 11:51:26 +00:00
Fixed some headers
This commit is contained in:
parent
a1a9b9e32d
commit
562c0b0798
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "buffers.h"
|
#include "buffers.h"
|
||||||
|
#include "gl_load.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// silence bogus warning C4250: 'GLVertexBuffer': inherits 'GLBuffer::GLBuffer::SetData' via dominance
|
// silence bogus warning C4250: 'GLVertexBuffer': inherits 'GLBuffer::GLBuffer::SetData' via dominance
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#ifndef _HW__VERTEXBUFFER_H
|
#ifndef _HW__VERTEXBUFFER_H
|
||||||
#define _HW__VERTEXBUFFER_H
|
#define _HW__VERTEXBUFFER_H
|
||||||
|
|
||||||
#include "doomdef.h"
|
|
||||||
#include "tarray.h"
|
#include "tarray.h"
|
||||||
#include "hwrenderer/data/buffers.h"
|
#include "hwrenderer/data/buffers.h"
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
Loading…
Reference in a new issue