mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01: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
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "SColor.h"
|
||||
#include "irr_v2d.h"
|
||||
|
||||
using namespace irr;
|
||||
|
||||
struct SkyColor
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue