Eliya/src/Utils/Utils.h

18 lines
222 B
C
Raw Normal View History

2020-04-03 13:26:16 +02:00
//
// 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