This commit is contained in:
Angie 2024-05-19 20:48:34 -04:00
parent fd292fcc2c
commit 284904268f

View file

@ -1,15 +1,12 @@
#ifndef __ULTRAMODERN_RECOMP_UI__
#define __ULTRAMODERN_RECOMP_UI__
#include <memory>
#include <string>
namespace recomp {
// Currently those functions are expected to be provided by the consumer of this library.
// TODO: Change these functions to a callback registering system
// Currently those functions are expected to be provided by the consumer of this library.
// TODO: Change these functions to a callback registering system
void destroy_ui();
void update_supported_options();
void destroy_ui();
void update_supported_options();
}
#endif