1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 07:07:13 +02:00

Implement a hashing function.

This commit is contained in:
Sandu Liviu Catalin
2021-01-31 21:50:10 +02:00
parent 2a5dbb1c0d
commit fe27504972
6 changed files with 43 additions and 26 deletions

View File

@ -1,13 +0,0 @@
// ------------------------------------------------------------------------------------------------
#include "Library/Crypt.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ================================================================================================
void Register_Crypt(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod

View File

@ -1,9 +0,0 @@
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Common.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod