Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Utils.hpp
Go to the documentation of this file.
1 
12 #ifndef RECAST_SERVER_UTILS_H
13 #define RECAST_SERVER_UTILS_H
14 
15 #include <string>
16 
17 std::string genRandomString(const size_t len);
18 
19 #endif //RECAST_SERVER_UTILS_H
std::string genRandomString(const size_t len)
Definition: Utils.cpp:27