1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Fix missing includes in skyparams.h

This commit is contained in:
wrrrzr
2025-03-03 22:33:19 +03:00
committed by GitHub
parent 6e995972bb
commit 98048cb06d

View File

@@ -4,6 +4,12 @@
#pragma once
#include <vector>
#include <string>
#include "SColor.h"
#include "irr_v2d.h"
using namespace irr;
struct SkyColor
{