aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graph/direct/exception.hpp
blob: 8b62e8fa677553452f1238854c6f92994b530909 (plain)
1
2
3
4
5
6
7
#pragma once
#include "../../Exception.hpp"

namespace cru::platform::graph::win::direct {
using platform::win::HResultError;
using platform::win::ThrowIfFailed;
}  // namespace cru::platform::graph::win::direct