Fixed Button dll input/output.

This commit is contained in:
2025-08-13 21:31:57 -07:00
parent 46184df89c
commit 7db8486f1e
5 changed files with 100 additions and 198 deletions

View File

@@ -21,6 +21,8 @@ namespace ehs
bool active;
public:
virtual ~HID() = default;
HID();
HID(UInt_8 type, Str_8 name, UInt_64 id);