aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform')
-rw-r--r--include/cru/platform/debug.hpp8
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);
-}