From cd827834f9ee329c27b82d987f0d1d48a854a954 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Oct 2025 18:36:31 +0200 Subject: namespace importer --- src/ui/ui_earnings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/ui_earnings.cpp') diff --git a/src/ui/ui_earnings.cpp b/src/ui/ui_earnings.cpp index 2106015..07c01ef 100644 --- a/src/ui/ui_earnings.cpp +++ b/src/ui/ui_earnings.cpp @@ -24,18 +24,18 @@ income_statement* statement = 0; -void ui_setup_earnings() +void ui::setup_earnings() { statement = (income_statement*)malloc(sizeof(income_statement)); administration_create_income_statement(statement); } -void ui_destroy_earnings() +void ui::destroy_earnings() { free(statement); } -void ui_draw_earnings() +void ui::draw_earnings() { static s32 current_page = 0; s32 max_page = ((statement->quarter_count) / 4); -- cgit v1.2.3-70-g09d2