summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autodestroyer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autodestroyer.h')
-rw-r--r--src/object/auto/autodestroyer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/auto/autodestroyer.h b/src/object/auto/autodestroyer.h
index 26981c3..ef3d5ae 100644
--- a/src/object/auto/autodestroyer.h
+++ b/src/object/auto/autodestroyer.h
@@ -46,6 +46,8 @@ public:
bool EventProcess(const Event &event);
Error GetError();
+ Error StartAction(int param);
+
bool CreateInterface(bool bSelect);
bool Write(char *line);
@@ -53,7 +55,7 @@ public:
protected:
CObject* SearchPlastic();
- bool SearchVehicle();
+ void EnableInterface(Ui::CWindow *pw, EventType event, bool bState);
protected:
AutoDestroyerPhase m_phase;