diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-08 22:24:28 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-08 22:24:28 +0800 |
commit | a8ba16ddab3291e59a33b36405462094f8cdf5bc (patch) | |
tree | aa849cdc1f9b4f7a0aa150f562b2e618c63ecceb /include/cru/platform | |
parent | 8b9a306d6f24dbc08aeee16b115260406e79126d (diff) | |
download | cru-a8ba16ddab3291e59a33b36405462094f8cdf5bc.tar.gz cru-a8ba16ddab3291e59a33b36405462094f8cdf5bc.tar.bz2 cru-a8ba16ddab3291e59a33b36405462094f8cdf5bc.zip |
...
Diffstat (limited to 'include/cru/platform')
-rw-r--r-- | include/cru/platform/debug.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cru/platform/debug.hpp b/include/cru/platform/debug.hpp deleted file mode 100644 index 18472201..00000000 --- a/include/cru/platform/debug.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once -#include "cru/common/pre_config.hpp" - -#include <string_view> - -namespace cru::platform { -void DebugMessage(const std::wstring_view& message); -} |