]> git.tdb.fi Git - libs/gl.git/commitdiff
Export get_backend_api from the library
authorMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 08:50:32 +0000 (11:50 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 08:50:32 +0000 (11:50 +0300)
source/core/backend.h

index 777fdacf8abb017bd15a12ca6ef7bedf77af5417..db0274544ddcd0a600caa6443216bb3c5b8072f7 100644 (file)
@@ -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