diff --git a/ultramodern/include/ultramodern/recomp_ui.h b/ultramodern/include/ultramodern/recomp_ui.h index 86c53c6..7b511fc 100644 --- a/ultramodern/include/ultramodern/recomp_ui.h +++ b/ultramodern/include/ultramodern/recomp_ui.h @@ -1,15 +1,12 @@ #ifndef __ULTRAMODERN_RECOMP_UI__ #define __ULTRAMODERN_RECOMP_UI__ -#include -#include - 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