/// /// @file CAPI.h /// /// @brief The C-language API for Ultralight /// /// @author /// /// This file is a part of Ultralight, a fast, lightweight, HTML UI engine /// /// Website: /// /// Copyright (C) 2022 Ultralight, Inc. All rights reserved. /// #ifndef ULTRALIGHT_CAPI_H #define ULTRALIGHT_CAPI_H /****************************************************************************** * API Note: * * You should only destroy objects that you explicitly create. Do not destroy * any objects returned from the API or callbacks unless otherwise noted. *****************************************************************************/ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif // ULTRALIGHT_CAPI_H