mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix header dependencies for openrct2-ui
This commit is contained in:
committed by
Michał Janiszewski
parent
a51462b0fd
commit
b62017657b
@@ -27,6 +27,8 @@ namespace OpenRCT2
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
interface IUiContext;
|
||||
|
||||
Drawing::IDrawingEngine * CreateSoftwareDrawingEngine(IUiContext * uiContext);
|
||||
Drawing::IDrawingEngine * CreateHardwareDisplayDrawingEngine(IUiContext * uiContext);
|
||||
#ifndef DISABLE_OPENGL
|
||||
|
||||
@@ -17,11 +17,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <openrct2/common.h>
|
||||
#include "OpenGLAPI.h"
|
||||
#include "ApplyTransparencyShader.h"
|
||||
|
||||
class CopyFramebufferShader;
|
||||
class OpenGLFramebuffer;
|
||||
#include "OpenGLAPI.h"
|
||||
#include "OpenGLFramebuffer.h"
|
||||
|
||||
/**
|
||||
* Class to maintain two different framebuffers where the active framebuffer
|
||||
|
||||
Reference in New Issue
Block a user