You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Include basic access to configuration keys from the C API, including init, load/save, declare/get configurations.
The Configuration interface has the beginnings of a C API (Configuration_c.h) focused primarily around adding a custom configuration container, but it is currently missing most of the core functions from Configuration.h
A good starting point would be to allow the existing C-API unit tests to run entirely using C API functions without help from the C++ interface.
The text was updated successfully, but these errors were encountered:
Feature Request: Include basic access to configuration keys from the C API, including init, load/save, declare/get configurations.
The
Configuration
interface has the beginnings of a C API (Configuration_c.h) focused primarily around adding a custom configuration container, but it is currently missing most of the core functions from Configuration.hA good starting point would be to allow the existing C-API unit tests to run entirely using C API functions without help from the C++ interface.
The text was updated successfully, but these errors were encountered: