diff options
Diffstat (limited to 'src/ui/ui_invoices.cpp')
| -rw-r--r-- | src/ui/ui_invoices.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ui/ui_invoices.cpp b/src/ui/ui_invoices.cpp new file mode 100644 index 0000000..ea45f4e --- /dev/null +++ b/src/ui/ui_invoices.cpp @@ -0,0 +1,15 @@ +#include <stdio.h> + +#include "strops.hpp" +#include "ui.hpp" +#include "imgui.h" +#include "administration.hpp" +#include "locales.hpp" + +static view_state current_view_state = LIST; +static invoice active_invoice; + +void ui_draw_invoices() +{ + +}
\ No newline at end of file |
