aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/gui/sdl/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/gui/sdl/Base.h')
-rw-r--r--include/cru/platform/gui/sdl/Base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/platform/gui/sdl/Base.h b/include/cru/platform/gui/sdl/Base.h
index 89d2dad6..bd53fb51 100644
--- a/include/cru/platform/gui/sdl/Base.h
+++ b/include/cru/platform/gui/sdl/Base.h
@@ -19,4 +19,6 @@ class SdlException : public PlatformException {
public:
using PlatformException::PlatformException;
};
+
+void CheckSdlReturn(bool success);
} // namespace cru::platform::gui::sdl