mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +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_
|