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:
@@ -37,7 +37,7 @@
|
||||
#include <miniupnpc/miniwget.h>
|
||||
#include <miniupnpc/upnpcommands.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
void UPNPMiniUPNP::make_default() {
|
||||
UPNP::_create = UPNPMiniUPNP::_create;
|
||||
|
||||
Reference in New Issue
Block a user