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