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
7
namespace
window
8
{
9
enum
id
10
{
11
MAINWINDOW
= wxID_HIGHEST + 1
12
};
13
}
14
#endif
//PERSONALFINANCE_ID_H
window
Definition:
id.h:8
window::MAINWINDOW
@ MAINWINDOW
Definition:
id.h:11
CS480
PersonalFinance_GUI
include
app
id.h
Generated by
1.9.2