mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix missing includes in skyparams.h
This commit is contained in:
parent
6e995972bb
commit
98048cb06d
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
#include <string>
|
||||||
|
#include "SColor.h"
|
||||||
|
#include "irr_v2d.h"
|
||||||
|
|
||||||
|
using namespace irr;
|
||||||
|
|
||||||
struct SkyColor
|
struct SkyColor
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue