Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Helpers.h File Reference
#include <vector>
#include "json.hpp"
+ Include dependency graph for Helpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  API
 

Functions

void API::MergePdbConfig (nlohmann::json &left, const nlohmann::json &right)
 
std::vector< std::string > API::MergeStringArrays (std::vector< std::string > first, std::vector< std::string > second)
 
std::string API::ReplaceString (std::string subject, const std::string &search, const std::string &replace)