You've already forked godot
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:
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
template <typename I>
|
template <typename I>
|
||||||
class Iterable {
|
class Iterable {
|
||||||
I _begin;
|
I _begin;
|
||||||
|
|||||||
@@ -30,6 +30,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "core/templates/rid.h"
|
||||||
|
#include "core/typedefs.h"
|
||||||
|
|
||||||
class GodotBody3D;
|
class GodotBody3D;
|
||||||
class GodotSoftBody3D;
|
class GodotSoftBody3D;
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <winnt.h>
|
||||||
|
|
||||||
struct _WinLocale {
|
struct _WinLocale {
|
||||||
const char *locale;
|
const char *locale;
|
||||||
int main_lang;
|
int main_lang;
|
||||||
|
|||||||
@@ -30,6 +30,10 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
class String;
|
||||||
|
template <typename T>
|
||||||
|
class BitField;
|
||||||
|
|
||||||
class RenderingShaderLibrary {
|
class RenderingShaderLibrary {
|
||||||
public:
|
public:
|
||||||
enum FeatureBits {
|
enum FeatureBits {
|
||||||
|
|||||||
Reference in New Issue
Block a user