You've already forked godot
							
							
				mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 11:50:27 +00:00 
			
		
		
		
	Add missing includes
Add missing <winnt.h> include in windows/lang_table.h Add missing typedefs.h and rid.h include in godot_constraint_3d.h Add missing <type_traits> include in iterable.h Add missing forward declarations in rendering_shader_library.h
This commit is contained in:
		@@ -30,6 +30,8 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <type_traits>
 | 
			
		||||
 | 
			
		||||
template <typename I>
 | 
			
		||||
class Iterable {
 | 
			
		||||
	I _begin;
 | 
			
		||||
 
 | 
			
		||||
@@ -30,6 +30,9 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "core/templates/rid.h"
 | 
			
		||||
#include "core/typedefs.h"
 | 
			
		||||
 | 
			
		||||
class GodotBody3D;
 | 
			
		||||
class GodotSoftBody3D;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -30,6 +30,8 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <winnt.h>
 | 
			
		||||
 | 
			
		||||
struct _WinLocale {
 | 
			
		||||
	const char *locale;
 | 
			
		||||
	int main_lang;
 | 
			
		||||
 
 | 
			
		||||
@@ -30,6 +30,10 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
class String;
 | 
			
		||||
template <typename T>
 | 
			
		||||
class BitField;
 | 
			
		||||
 | 
			
		||||
class RenderingShaderLibrary {
 | 
			
		||||
public:
 | 
			
		||||
	enum FeatureBits {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user