Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarStringView.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-26 14:40:14 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-26 14:40:14 +1000
commited3d5dffc099b1c5bcb14451fffc63de1b6ac634 (patch)
treea65f78b8cfcfe475faccc568efb1975f4433c87e /source/core/StarStringView.hpp
parent79c5012033935b54d6ef94b2830aed12f92811c1 (diff)
slight NetworkedAnimator drawables optimization
Diffstat (limited to 'source/core/StarStringView.hpp')
-rw-r--r--source/core/StarStringView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarStringView.hpp b/source/core/StarStringView.hpp
index 928c37a..ff6e564 100644
--- a/source/core/StarStringView.hpp
+++ b/source/core/StarStringView.hpp
@@ -95,6 +95,7 @@ public:
StringView& operator=(StringView s);
+ friend bool operator==(StringView s1, const char* s2);
friend bool operator==(StringView s1, StringView s2);
friend bool operator!=(StringView s1, StringView s2);
friend bool operator<(StringView s1, StringView s2);