/************************************************************************************************** * This file is a part of Ultralight, an ultra-portable web-browser engine. * * * * See for licensing and more. * * * * (C) 2024 Ultralight, Inc. * **************************************************************************************************/ #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 #include #include #endif // ULTRALIGHT_CAPI_H