11 lines
182 B
C++
11 lines
182 B
C++
#ifndef MYX_BASE_CONFIG_INL_HPP_
|
|
#define MYX_BASE_CONFIG_INL_HPP_
|
|
|
|
#pragma once
|
|
|
|
#ifndef MYXLIB_HEADER_ONLY
|
|
#include <myx/base/config.hpp>
|
|
#endif
|
|
|
|
#endif // MYX_BASE_CONFIG_INL_HPP_
|