matrix-3ds-sdk/source/util.h
2019-10-17 10:45:55 +02:00

8 lines
114 B
C++

#ifndef _UTIL_H_
#define _UTIL_H_
#include <string>
std::string urlencode(std::string str);
#endif // _UTIL_H_