mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
10
libs/search/string_utils.hpp
Normal file
10
libs/search/string_utils.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "search/common.hpp"
|
||||
|
||||
namespace search
|
||||
{
|
||||
|
||||
QueryString MakeQueryString(std::string s);
|
||||
|
||||
} // namespace search
|
||||
Reference in New Issue
Block a user