LeviLamina
Loading...
Searching...
No Matches
PropertiesSettingsUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace PropertiesSettingsUtils {
6// functions
7// NOLINTBEGIN
8MCNAPI ::std::optional<ushort> parsePort(::std::string_view toParse);
9// NOLINTEND
10
11} // namespace PropertiesSettingsUtils