File type_define.h File List > backend > type_define.h Go to the documentation of this file #pragma once #include <cinttypes> namespace uipc::backend { using HandleT = std::uint64_t; }