Skylicht Engine
Loading...
Searching...
No Matches
CMD5.h
1#pragma once
2
3#include <string>
4
5namespace Skylicht
6{
7 namespace Network
8 {
9 class CMD5
10 {
11 public:
12 static std::string calc(const char* file);
13
14 static std::string calc(unsigned char* buffer, int size);
15 };
16 }
17}
Definition CMD5.h:10
Everything in the Skylicht Engine. You can start by looking at the topics.
Definition AudioDebugLog.h:29