Eliya/src/Utils/Utils.h

18 lines
222 B
C++

//
// Created by versustune on 23.02.20.
//
#ifndef ELIYA_UTILS_H
#define ELIYA_UTILS_H
#include <string>
class Utils {
public:
static std::string stringToHex(const std::string &input);
};
#endif //ELIYA_UTILS_H