Personal Finance 1.0.0
An application that allows you to track/store/view finances, as well as calculate different financial values.
id.h
Go to the documentation of this file.
1//
2// Created by dawso on 11/24/2021.
3//
4
5#ifndef PERSONALFINANCE_ID_H
6#define PERSONALFINANCE_ID_H
7namespace window
8{
9 enum id
10 {
11 MAINWINDOW = wxID_HIGHEST + 1
12 };
13}
14#endif //PERSONALFINANCE_ID_H
Definition: id.h:8
@ MAINWINDOW
Definition: id.h:11