1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #111696 from StarryWorm/langtable-include

Fix missing includes in headers
This commit is contained in:
Thaddeus Crews
2025-10-27 10:01:51 -05:00
4 changed files with 11 additions and 0 deletions

View File

@@ -30,6 +30,8 @@
#pragma once
#include <type_traits>
template <typename I>
class Iterable {
I _begin;

View File

@@ -30,6 +30,9 @@
#pragma once
#include "core/templates/rid.h"
#include "core/typedefs.h"
class GodotBody3D;
class GodotSoftBody3D;

View File

@@ -30,6 +30,8 @@
#pragma once
#include <winnt.h>
struct _WinLocale {
const char *locale;
int main_lang;

View File

@@ -30,6 +30,10 @@
#pragma once
class String;
template <typename T>
class BitField;
class RenderingShaderLibrary {
public:
enum FeatureBits {