mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user