aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graphics/direct/Exception.hpp
blob: 72493f2f64213114eb0a6793851ad3783e10535c (plain)
1
2
3
4
5
6
7
#pragma once
#include "../../Exception.hpp"

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