aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graph/direct/exception.hpp
blob: 8e9558255ab69a030f1fe5fb46b6867ad82201ed (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