Core: Modernize C headers with C++ equivalents
This commit is contained in:
@ -43,8 +43,6 @@
|
||||
#include "servers/audio/audio_stream.h"
|
||||
#include "servers/audio/effects/audio_effect_compressor.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#define MARK_EDITED set_edited(true);
|
||||
#else
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
using namespace RendererRD;
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <wchar.h>
|
||||
#include <cwchar>
|
||||
#define wcscpy_s wcscpy
|
||||
#endif
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
class RendererSceneRenderRD;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user