HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
path_location.hpp
Go to the documentation of this file.
1
2
3#pragma once
4
5#include "path_location_intf.hpp" // export
6#if HI_OPERATING_SYSTEM == HI_OS_WINDOWS
7#include "path_location_win32_impl.hpp" // export
8#endif
9
10hi_export_module(hikogui.path.path_location);