From: Mikko Rasa Date: Tue, 5 Sep 2023 08:50:32 +0000 (+0300) Subject: Export get_backend_api from the library X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=01df0311dceec81c6572026be8d234d2c8fb6fe5;p=libs%2Fgl.git Export get_backend_api from the library --- diff --git a/source/core/backend.h b/source/core/backend.h index 777fdacf..db027454 100644 --- a/source/core/backend.h +++ b/source/core/backend.h @@ -29,7 +29,7 @@ struct MSPGL_API Version }; /** Returns the backend for which the library was compiled. */ -GraphicsApi get_backend_api(); +MSPGL_API GraphicsApi get_backend_api(); } // namespace GL } // namespace Msp