Fix remaining headers

This commit is contained in:
Michał Janiszewski 2018-03-31 22:21:36 +02:00 committed by Michał Janiszewski
parent b62017657b
commit b26d484726
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include <openrct2/common.h>
#if OPENGL_NO_LINK
#ifdef OPENGL_NO_LINK
// BEGIN [Do not define 1.1 function signatures]
#define glActiveTexture __static__glActiveTexture
@ -50,7 +50,7 @@
#include <SDL2/SDL_opengl.h>
#if OPENGL_NO_LINK
#ifdef OPENGL_NO_LINK
// END [Do not define 1.1 function signatures]
#undef glActiveTexture

View File

@ -21,6 +21,7 @@
#include <tuple>
#include <vector>
#include "../common.h"
#include "Console.hpp"
#include "File.h"
#include "FileScanner.h"
#include "FileStream.hpp"