#pragma once namespace UI { void MainWindow(); void SettingsTab(); void DatabaseViewTab(); void ItemsTab(); void ExportTab(); } // namespace UI