--- nono/vm/areaset.h 2026/04/29 17:04:44 1.1.1.4 +++ nono/vm/areaset.h 2026/04/29 17:04:55 1.1.1.6 @@ -8,8 +8,7 @@ #include "device.h" -class AreaSetDevice - : public IODevice +class AreaSetDevice : public IODevice { using inherited = IODevice; private: @@ -30,3 +29,5 @@ class AreaSetDevice private: uint8 limit {}; }; + +extern std::unique_ptr gAreaSet;