mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-03 02:07:59 +03:00
9 lines
144 B
C
9 lines
144 B
C
![]() |
#pragma once
|
||
|
#include <winerror.h>
|
||
|
namespace T5M {
|
||
|
namespace Renderer {
|
||
|
namespace Utils {
|
||
|
void throwIfFailed(const HRESULT& res);
|
||
|
}
|
||
|
}
|
||
|
}
|