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

#include <string_view>

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