mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
11 lines
333 B
C++
11 lines
333 B
C++
|
#ifndef _MISC_FUNCTIONS_HPP_
|
||
|
#define _MISC_FUNCTIONS_HPP_
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
namespace SqMod {
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
|
||
|
} // Namespace:: SqMod
|
||
|
|
||
|
#endif // _MISC_FUNCTIONS_HPP_
|