summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-01-10 16:12:44 -0200
committerGitHub <noreply@github.com>2017-01-10 16:12:44 -0200
commit76696ec9dca9d8b8f7eb01d03fb15b47cc6a8d5b (patch)
tree5b458c70a0cb301173d1b808374a0f367813dab5 /Project/Workspace.h
parentb44aa5ce9401889d948149cc100d1b2ef3611d04 (diff)
parent568d04c7f692e64bc29b2ca195c2de6af7fdd43a (diff)
downloadPSP.git-76696ec9dca9d8b8f7eb01d03fb15b47cc6a8d5b.tar.gz
PSP.git-76696ec9dca9d8b8f7eb01d03fb15b47cc6a8d5b.tar.xz
PSP.git-76696ec9dca9d8b8f7eb01d03fb15b47cc6a8d5b.zip
Merge pull request #22 from Thales1330/wip/fault
Wip fault
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index e4e0a37..f138410 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -28,6 +28,7 @@ class ElementDataObject;
class Text;
class PowerFlow;
+class Fault;
enum WorkspaceMode {
MODE_EDIT = 0,
@@ -103,6 +104,7 @@ public:
void IncrementElementNumber(ElementID elementID) { m_elementNumber[elementID]++; }
bool RunPowerFlow();
+ bool RunFault();
protected:
virtual void OnIdle(wxIdleEvent& event);