1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Core: Convert Math class to namespace

This commit is contained in:
Thaddeus Crews
2024-07-16 10:31:39 -05:00
parent 2303ce843a
commit 581d675eeb
10 changed files with 797 additions and 667 deletions

View File

@@ -33,6 +33,7 @@
#include "tile_set_editor.h"
#include "core/math/geometry_2d.h"
#include "core/math/random_pcg.h"
#include "core/os/keyboard.h"
#include "editor/editor_node.h"