diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 11:54:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 11:54:33 -0300 |
commit | f51700f75fe679610ebd09c4d7b0c2bacce2fda1 (patch) | |
tree | d78b51957aed8d255cd518a35aaccbae6a8aa486 /Project/MainFrame.h | |
parent | a3eae453fcfda32d095cc22b8fb33fea71890d93 (diff) | |
parent | bef0df343303f0647c08663c8dce4cbaa33b93bf (diff) | |
download | PSP.git-f51700f75fe679610ebd09c4d7b0c2bacce2fda1.tar.gz PSP.git-f51700f75fe679610ebd09c4d7b0c2bacce2fda1.tar.xz PSP.git-f51700f75fe679610ebd09c4d7b0c2bacce2fda1.zip |
Merge pull request #36 from Thales1330/wip-eletromechanical-saturation
Wip eletromechanical saturation
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 47bc5ee..876b57c 100644 --- a/Project/MainFrame.h +++ b/Project/MainFrame.h @@ -16,6 +16,7 @@ class SimulationsSettingsForm; class PropertiesData; class ChartView; class DataReport; +class AboutForm; enum { ID_ADDMENU_BUS = 20000, |