aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/debug.hpp
blob: 21c2b646b5a3e679b4fcee35198ade0eeddacd4d (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "cru/common/pre_config.hpp"

#include <string_view>

namespace cru::platform::debug {
void DebugMessage(const std::wstring_view& message);
}