Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
ThrowErrorIfGraphicalErrorHappened.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "core/Core.hpp"
4
5namespace Graphic::Tests::Utils {
6void ThrowErrorIfGraphicalErrorHappened(Engine::Core &core);
7} // namespace Graphic::Tests::Utils
Definition ConfigureHeadlessGraphics.cpp:5
void ThrowErrorIfGraphicalErrorHappened(Engine::Core &core)
Definition ThrowErrorIfGraphicalErrorHappened.cpp:7