diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-09 19:13:03 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-09 19:13:03 -0300 |
commit | dcb1934ec64c928efdfa561519d2e46a3c3cb0db (patch) | |
tree | c1bf65c2bd297d44e258067155292d9798f4c8c9 /Project/MainFrame.h | |
parent | 926af7f34aaf5aebdbac0cbc550ed75647874258 (diff) | |
parent | 91b9c3f9909955443e74dedb248fc48fa984709b (diff) | |
download | PSP.git-dcb1934ec64c928efdfa561519d2e46a3c3cb0db.tar.gz PSP.git-dcb1934ec64c928efdfa561519d2e46a3c3cb0db.tar.xz PSP.git-dcb1934ec64c928efdfa561519d2e46a3c3cb0db.zip |
Merge pull request #34 from Thales1330/wip-datareport
Wip datareport
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r-- | Project/MainFrame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h index f9d9523..47bc5ee 100644 --- a/Project/MainFrame.h +++ b/Project/MainFrame.h @@ -15,6 +15,7 @@ class GeneralPropertiesForm; class SimulationsSettingsForm; class PropertiesData; class ChartView; +class DataReport; enum { ID_ADDMENU_BUS = 20000, |