matrix-3ds-sdk/source/util.h

9 lines
114 B
C
Raw Normal View History

2019-10-17 10:45:55 +02:00
#ifndef _UTIL_H_
#define _UTIL_H_
#include <string>
std::string urlencode(std::string str);
#endif // _UTIL_H_