mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
14 lines
456 B
C++
14 lines
456 B
C++
#ifndef _MISC_CONSTANTS_HPP_
|
|
#define _MISC_CONSTANTS_HPP_
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
#include "Common.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
} // Namespace:: SqMod
|
|
|
|
#endif // _MISC_CONSTANTS_HPP_
|