Files
UnrealEngine/Engine/Source/Runtime/OpenGLDrv/Public/Linux/LinuxOpenGLThirdParty.h
2025-05-18 13:04:45 +08:00

11 lines
195 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "HAL/Platform.h"
THIRD_PARTY_INCLUDES_START
#include <GL/glcorearb.h>
#include <GL/glext.h>
THIRD_PARTY_INCLUDES_END