fix compile due to new door empty virtual function

This commit is contained in:
elijah-thomas774
2025-11-24 02:49:23 -05:00
parent c59fe14362
commit 43705afa26
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ public:
dAcOShutter_c() : mStateMgr(*this, sStateID::null) {}
virtual ~dAcOShutter_c() {}
virtual bool canOpen() override;
STATE_FUNC_DECLARE(dAcOShutter_c, Wait);
STATE_FUNC_DECLARE(dAcOShutter_c, Open);
STATE_FUNC_DECLARE(dAcOShutter_c, Close);