HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
exception.hpp
1
2#pragma once
3
4#include "exception_intf.hpp" // export
5#include "exception_win32_impl.hpp" // export
6
7hi_export_module(hikogui.utility.exception);