mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01: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