Начало рефакторинга

This commit is contained in:
2020-04-21 12:46:30 +03:00
parent b845211222
commit 44817a8a94
8 changed files with 21 additions and 9 deletions

View File

@ -0,0 +1,10 @@
#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_