This commit is contained in:
2023-03-24 20:50:33 +01:00
parent da386edd05
commit 87e1746d71
99 changed files with 139 additions and 254 deletions

View File

@ -1,6 +1,6 @@
#include "RwDummy.h"
#include <mission/devices/devicedefinitions/rwHelpers.h>
#include <mission/acs/rwHelpers.h>
RwDummy::RwDummy(object_id_t objectId, object_id_t comif, CookieIF *comCookie)
: DeviceHandlerBase(objectId, comif, comCookie) {}