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