mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Core: Cleanup headers in core/config
- `MainLoop` now forward-declared in `OS`
This commit is contained in:
parent
d413181b8a
commit
5935a32e32
34 changed files with 41 additions and 6 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "jolt_project_settings.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/object/callable_method_pointer.h"
|
||||
|
||||
void JoltProjectSettings::register_settings() {
|
||||
GLOBAL_DEF(PropertyInfo(Variant::INT, "physics/jolt_physics_3d/simulation/velocity_steps", PROPERTY_HINT_RANGE, U"2,16,or_greater"), 10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue