mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
13 lines
335 B
C++
13 lines
335 B
C++
|
#ifndef _OPTIONS_HPP_
|
||
|
#define _OPTIONS_HPP_
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
#include "Common.hpp"
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
namespace SqMod {
|
||
|
|
||
|
} // Namespace:: SqMod
|
||
|
|
||
|
#endif // _OPTIONS_HPP_
|