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:
@@ -4,6 +4,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "SColor.h"
|
||||
#include "irr_v2d.h"
|
||||
|
||||
using namespace irr;
|
||||
|
||||
struct SkyColor
|
||||
{
|
||||
|
Reference in New Issue
Block a user