mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Core: Modernize C headers with C++ equivalents
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
|
||||
#include "string_builder.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
StringBuilder &StringBuilder::append(const String &p_string) {
|
||||
if (p_string.is_empty()) {
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user