mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Core: Cleanup headers in core/config
- `MainLoop` now forward-declared in `OS`
This commit is contained in:
@@ -30,10 +30,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/os/main_loop.h"
|
||||
#include "core/string/ustring.h"
|
||||
#include "core/string/string_name.h"
|
||||
#include "core/templates/hash_map.h"
|
||||
#include "core/templates/list.h"
|
||||
|
||||
class Object;
|
||||
class Dictionary;
|
||||
|
||||
template <typename T>
|
||||
class TypedArray;
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
#include "core/object/object.h"
|
||||
#include "core/templates/rb_map.h"
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user