From 284904268ff7ddb8b0e37cc9032993f11b5978d5 Mon Sep 17 00:00:00 2001 From: Angie Date: Sun, 19 May 2024 20:48:34 -0400 Subject: [PATCH] 4 spaces --- ultramodern/include/ultramodern/recomp_ui.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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