From 21496e32695744d4679fc11105352c61522ce601 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 8 Aug 2025 20:34:22 +0200 Subject: contact crud --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 323a5a0..3f6cf03 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,7 +87,7 @@ int main() ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - init_administration_obj(); + administration_create(); // Main loop bool done = false; @@ -128,7 +128,7 @@ int main() ImGui_ImplWin32_NewFrame(); ImGui::NewFrame(); - show_dashboard(); + views_draw_dashboard(); // Rendering ImGui::Render(); @@ -143,7 +143,7 @@ int main() g_SwapChainOccluded = (hr == DXGI_STATUS_OCCLUDED); } - destroy_administration_obj(); + administration_destroy(); // Cleanup ImGui_ImplDX11_Shutdown(); -- cgit v1.2.3-70-g09d2