mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "core/version_generated.gen.h" // IWYU pragma: export
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdint.h> // NOLINT(modernize-deprecated-headers) FIXME: MinGW compilation fails when changing to C++ Header.
|
||||
|
||||
// Copied from typedefs.h to stay lean.
|
||||
#ifndef _STR
|
||||
|
||||
Reference in New Issue
Block a user