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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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