summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp19
1 files changed, 17 insertions, 2 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index 6364c55..cdffa58 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2025 Aldrik Ramaekers <aldrik.ramaekers@gmail.com>
+*
+* Permission to use, copy, modify, and/or distribute this software for any
+* purpose with or without fee is hereby granted, provided that the above
+* copyright notice and this permission notice appear in all copies.
+*
+* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+*/
+
#pragma once
#include "imgui.h"
@@ -20,7 +36,6 @@ typedef enum
UI_PROJECTS = 5,
UI_SETTINGS = 6,
UI_LOG = 7,
- UI_START = 8,
UI_END
} main_state;
@@ -44,6 +59,7 @@ typedef struct
} ui_status;
extern ImFont* fontBold;
+extern ImFont* fontBig;
void ui_helper_draw_required_tag();
@@ -64,7 +80,6 @@ void ui_draw_settings();
void ui_draw_expenses();
void ui_draw_earnings();
void ui_draw_log();
-void ui_draw_start();
void ui_setup_invoices();
void ui_setup_contacts();