Files
Laika/Crypter/utils.hpp

3 lines
89 B
C++

#pragma once
void StringReplace(char* in, const char* to_find, const char* replacement);