aboutsummaryrefslogtreecommitdiff
path: root/src/cru_debug.cpp
blob: b9226132a9142294ced30e47ed53ea57d462ffce (plain)
1
2
3
4
5
6
7
8
9
#include "cru_debug.hpp"

#include "system_headers.hpp"

namespace cru::debug {
void DebugMessage(const StringView& message) {
  ::OutputDebugStringW(message.data());
}
}  // namespace cru::debug