You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
#if defined(X11_ENABLED) && defined(GLES3_ENABLED)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
const char *GLManagerEGL_X11::_get_platform_extension_name() const {
|
||||
return "EGL_KHR_platform_x11";
|
||||
|
||||
Reference in New Issue
Block a user