mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-07 13:28:08 -05:00
11 lines
120 B
C++
11 lines
120 B
C++
#pragma once
|
|
|
|
#define LTC_NO_PROTOTYPES
|
|
#include "tomcrypt.h"
|
|
|
|
class CryptoLibrary
|
|
{
|
|
public:
|
|
static void Init();
|
|
};
|