You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
#include "main/main.h"
|
||||
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <clocale>
|
||||
#include <cstdio>
|
||||
|
||||
// For export templates, add a section; the exporter will patch it to enclose
|
||||
// the data appended to the executable (bundled PCK).
|
||||
|
||||
Reference in New Issue
Block a user