mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
f2361a27c3
Various other changes to the plugin as well.
14 lines
359 B
C++
14 lines
359 B
C++
#ifndef _LIBRARY_UTILS_HPP_
|
|
#define _LIBRARY_UTILS_HPP_
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
#include "Base/Shared.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
|
|
|
|
} // Namespace:: SqMod
|
|
|
|
#endif // _LIBRARY_UTILS_HPP_
|