mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
f2361a27c3
Various other changes to the plugin as well.
15 lines
355 B
C++
15 lines
355 B
C++
#ifndef _LIBRARY_CRYPT_HPP_
|
|
#define _LIBRARY_CRYPT_HPP_
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
#include "SqBase.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
|
|
|
|
} // Namespace:: SqMod
|
|
|
|
#endif // _LIBRARY_CRYPT_HPP_
|