You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include "scene/main/window.h"
|
||||
#include "scene/theme/theme_db.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <climits>
|
||||
|
||||
Size2 TreeItem::Cell::get_icon_size() const {
|
||||
if (icon.is_null()) {
|
||||
|
||||
Reference in New Issue
Block a user