rename core -> toxcore

This commit is contained in:
2023-07-21 15:17:05 +02:00
parent cac82821e8
commit 76fbeb9500
12 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <string>
#include <vector>
std::vector<uint8_t> hex2bin(const std::string& str);
std::string bin2hex(const std::vector<uint8_t>& bin);